From 56cb6c7d2d7a3839a0002e28213a8939a815b16e Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 24 Sep 2008 17:49:21 +0000 Subject: [PATCH] 2008-09-24 Paolo Carlini * 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 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/doc/xml/manual/intro.xml | 6 ++++++ libstdc++-v3/include/debug/bitset | 2 +- libstdc++-v3/include/std/bitset | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d916fc9..8ea5a9f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2008-09-24 Paolo Carlini + + * include/std/bitset: Adjust comment to reflect DR 853. + * include/debug/bitset: Likewise. + * doc/xml/manual/intro.xml: Add an entry for DR 853. + 2008-09-23 Paolo Carlini Implement DR 396 [Ready]. diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index eb9652f..d60dd5d 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -708,6 +708,12 @@ In C++0x mode, remove the pow(complex<T>, int) signature. + + 853: + to_string needs updating with zero and one + + Update / add the signatures. + diff --git a/libstdc++-v3/include/debug/bitset b/libstdc++-v3/include/debug/bitset index 28e0282..1167ee9 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 std::basic_string<_CharT, _Traits, std::allocator<_CharT> > to_string(_CharT __zero, _CharT __one = _CharT('1')) const diff --git a/libstdc++-v3/include/std/bitset b/libstdc++-v3/include/std/bitset index 9a1ba8d..b18440d 100644 --- a/libstdc++-v3/include/std/bitset +++ b/libstdc++-v3/include/std/bitset @@ -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 std::basic_string<_CharT, _Traits, std::allocator<_CharT> > to_string(_CharT __zero, _CharT __one = _CharT('1')) const -- 2.7.4