re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `result...
authorPaolo Carlini <paolo.carlini@oracle.com>
Sat, 7 Sep 2013 22:57:49 +0000 (22:57 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 7 Sep 2013 22:57:49 +0000 (22:57 +0000)
2013-09-07  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/58341
* include/bits/stl_algobase.h (copy_backward): Fix documentation
per DR 1206.

From-SVN: r202357

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algobase.h

index bdbde8d12ddad0291833ed2f98c984786a5067c5..80e0139b483d5cd4e5742f79cbdd2cf4d4d493c1 100644 (file)
@@ -1,3 +1,9 @@
+2013-09-07  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/58341
+       * include/bits/stl_algobase.h (copy_backward): Fix documentation
+       per DR 1206.
+
 2013-09-05  Tim Shen  <timshen91@gmail.com>
 
        * include/bits/regex_automaton.h: Add dummy node type. Rewrite
index e1daac2dddad8b33d3fb0bf1f1d1ecd90ebece04..1c8893564602e75fe4f846b83eee8518354bde0a 100644 (file)
@@ -611,7 +611,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    *  loop count will be known (and therefore a candidate for compiler
    *  optimizations such as unrolling).
    *
-   *  Result may not be in the range [first,last).  Use copy instead.  Note
+   *  Result may not be in the range (first,last].  Use copy instead.  Note
    *  that the start of the output range may overlap [first,last).
   */
   template<typename _BI1, typename _BI2>