summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/debug/bitset
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-24 17:49:21 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-24 17:49:21 +0000
commit56cb6c7d2d7a3839a0002e28213a8939a815b16e (patch)
tree49634c4a13730427bcaf280d645233d50b1606f3 /libstdc++-v3/include/debug/bitset
parent7c471659adbc33b3a0ae00c19b5ff307db581f07 (diff)
downloadppe42-gcc-56cb6c7d2d7a3839a0002e28213a8939a815b16e.tar.gz
ppe42-gcc-56cb6c7d2d7a3839a0002e28213a8939a815b16e.zip
2008-09-24 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/bitset: Adjust comment to reflect DR 853. * include/debug/bitset: Likewise. * doc/xml/manual/intro.xml: Add an entry for DR 853. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/bitset')
-rw-r--r--libstdc++-v3/include/debug/bitset2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/debug/bitset b/libstdc++-v3/include/debug/bitset
index 28e0282e992..1167ee93bdf 100644
--- a/libstdc++-v3/include/debug/bitset
+++ b/libstdc++-v3/include/debug/bitset
@@ -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
OpenPOWER on IntegriCloud