re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of result
in copy_backward())
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
This commit is contained in:
parent
4b21946eda
commit
9a7fb488e3
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user