From: Paolo Carlini Date: Sat, 7 Sep 2013 22:57:49 +0000 (+0000) Subject: re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `result... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a7fb488e39b5380418fcf04341aa3e6b960266b;p=gcc.git re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `result` in copy_backward()) 2013-09-07 Paolo Carlini PR libstdc++/58341 * include/bits/stl_algobase.h (copy_backward): Fix documentation per DR 1206. From-SVN: r202357 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bdbde8d12dd..80e0139b483 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2013-09-07 Paolo Carlini + + PR libstdc++/58341 + * include/bits/stl_algobase.h (copy_backward): Fix documentation + per DR 1206. + 2013-09-05 Tim Shen * include/bits/regex_automaton.h: Add dummy node type. Rewrite diff --git a/libstdc++-v3/include/bits/stl_algobase.h b/libstdc++-v3/include/bits/stl_algobase.h index e1daac2ddda..1c889356460 100644 --- a/libstdc++-v3/include/bits/stl_algobase.h +++ b/libstdc++-v3/include/bits/stl_algobase.h @@ -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