Assign the iterator returned by std::copy back to Output, so that string algorithms will work with iterators other than inserters

[SVN r62694]
This commit is contained in:
Steven Watanabe
2010-06-09 21:12:06 +00:00
parent 6289ed7f98
commit 46ed1bf987
4 changed files with 118 additions and 7 deletions

View File

@ -59,5 +59,11 @@ test-suite algorithm/string
:
: regex
]
[ run
find_format_test.cpp
: :
:
: find_format
]
;