]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/include/debug/bitset
bitset: Adjust comment to reflect DR 853.
[gcc.git] / libstdc++-v3 / include / debug / bitset
index 28e0282e992bca068a08966ae673c90190201cf8..1167ee93bdf146aa014181af0be2eee09c018302 100644 (file)
@@ -280,7 +280,7 @@ namespace __debug
         { 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.026471 seconds and 5 git commands to generate.