We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b1ce4 commit 33f8a8eCopy full SHA for 33f8a8e
include/boost/dynamic_bitset/config.hpp
@@ -37,9 +37,9 @@ make_non_const( T t )
37
// A couple of macros to cope with libraries without locale
38
// support. The first macro must be used to declare a reference
39
// to a ctype facet. The second one to widen a char by using
40
-// that ctype object. If facets and locales aren't available
+// that ctype object. If facets and locales aren't available,
41
// the first macro is a no-op and the second one just expands
42
-// to its parameter c.
+// to its argument c (in parentheses).
43
//
44
#if defined( BOOST_USE_FACET )
45
0 commit comments