mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Spelling fixes
This commit is contained in:
parent
6e080660dc
commit
d0f90b5be7
@ -139,7 +139,7 @@ FMT_END_NAMESPACE
|
||||
#endif
|
||||
|
||||
#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.
|
||||
# if FMT_USE_USER_DEFINED_LITERALS && \
|
||||
(!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \
|
||||
|
Loading…
Reference in New Issue
Block a user