OSDN Git Service

2008-09-24 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Sep 2008 17:49:21 +0000 (17:49 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Sep 2008 17:49:21 +0000 (17:49 +0000)
* 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
libstdc++-v3/doc/xml/manual/intro.xml
libstdc++-v3/include/debug/bitset
libstdc++-v3/include/std/bitset

index d916fc9..8ea5a9f 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2008-09-23  Paolo Carlini  <paolo.carlini@oracle.com>
 
        Implement DR 396 [Ready].
index eb9652f..d60dd5d 100644 (file)
     </term>
     <listitem><para>In C++0x mode, remove the pow(complex&lt;T&gt;, int) signature.
     </para></listitem></varlistentry>
+
+    <varlistentry><term><ulink url="../ext/lwg-active.html#853">853</ulink>:
+        <emphasis>to_string needs updating with zero and one</emphasis>
+    </term>
+    <listitem><para>Update / add the signatures.
+    </para></listitem></varlistentry>
   </variablelist>
 
  </sect2>
index 28e0282..1167ee9 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
index 9a1ba8d..b18440d 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