This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8f3cf77c42 Add C++11 __iterator_category_t template alias. new e908afccb0e Add std::copy_n istreambuf_iterator specialization
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 12 ++++ libstdc++-v3/include/bits/stl_algo.h | 2 +- libstdc++-v3/include/bits/streambuf_iterator.h | 26 ++++++++ .../25_algorithms/copy_n/istreambuf_iterator/1.cc | 73 ++++++++++++++++++++++ .../copy_n/{debug => istreambuf_iterator}/1_neg.cc | 20 +++--- .../copy_n/{debug => istreambuf_iterator}/2_neg.cc | 20 +++--- 6 files changed, 133 insertions(+), 20 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/istreambuf_iterator/1.cc copy libstdc++-v3/testsuite/25_algorithms/copy_n/{debug => istreambuf_iterator}/1_ [...] copy libstdc++-v3/testsuite/25_algorithms/copy_n/{debug => istreambuf_iterator}/2_ [...]