Commit d0f90b5b authored by Greg Sjaardema's avatar Greg Sjaardema Committed by Victor Zverovich

Spelling fixes

parent 6e080660
...@@ -139,7 +139,7 @@ FMT_END_NAMESPACE ...@@ -139,7 +139,7 @@ FMT_END_NAMESPACE
#endif #endif
#ifndef FMT_USE_UDL_TEMPLATE #ifndef FMT_USE_UDL_TEMPLATE
// EDG frontend based compilers (icc, nvcc, etc) and GCC < 6.4 do not propertly // EDG frontend based compilers (icc, nvcc, etc) and GCC < 6.4 do not properly
// support UDL templates and GCC >= 9 warns about them. // support UDL templates and GCC >= 9 warns about them.
# if FMT_USE_USER_DEFINED_LITERALS && \ # if FMT_USE_USER_DEFINED_LITERALS && \
(!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \ (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment