We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e13fcc commit d6a3c2eCopy full SHA for d6a3c2e
1 file changed
lib/inc/sys_string/config.h
@@ -126,7 +126,7 @@
126
#elif defined(_LIBCPP_VERSION)
127
#if _LIBCPP_VERSION >= 13000 && _LIBCPP_VERSION < 160000 && defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES)
128
#if defined(_LIBCPP_RANGES) || defined(_LIBCPP_ITERATOR)
129
- #error Your very old libc++ doesn't automatically enable ranges. To work around it include sys_string headers *before* <ranges> or <iterator>
+ #error "Your very old libc++ doesn't automatically enable ranges. To work around it include sys_string headers *before* <ranges> or <iterator>"
130
#endif
131
132
#undef _LIBCPP_HAS_NO_INCOMPLETE_RANGES
0 commit comments