Skip to content

Commit d6a3c2e

Browse files
committed
Quoting error message to avoid warnings
1 parent 9e13fcc commit d6a3c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/inc/sys_string/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#elif defined(_LIBCPP_VERSION)
127127
#if _LIBCPP_VERSION >= 13000 && _LIBCPP_VERSION < 160000 && defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES)
128128
#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>
129+
#error "Your very old libc++ doesn't automatically enable ranges. To work around it include sys_string headers *before* <ranges> or <iterator>"
130130
#endif
131131

132132
#undef _LIBCPP_HAS_NO_INCOMPLETE_RANGES

0 commit comments

Comments
 (0)