]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/include/std/bitset
bitset: Adjust comment to reflect DR 853.
[gcc.git] / libstdc++-v3 / include / std / bitset
index 9a1ba8d0ddf537ab6234e2e183f48c355f8135d8..b18440d39f80a0a0bb5d7ed9b1065868c753a2c6 100644 (file)
@@ -1070,7 +1070,7 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D)
        { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
 
       // _GLIBCXX_RESOLVE_LIB_DEFECTS
-      // 396. what are characters zero and one.
+      // 853. to_string needs updating with zero and one.
       template<class _CharT, class _Traits>
        std::basic_string<_CharT, _Traits, std::allocator<_CharT> >
        to_string(_CharT __zero, _CharT __one = _CharT('1')) const
This page took 0.024989 seconds and 5 git commands to generate.