This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 229846311b8 compiler: explicitly convert between type aliases new a6ed82d5a6d Protect more algorithms from overloaded comma operators
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 | 17 +++++ libstdc++-v3/include/bits/stl_algo.h | 4 +- libstdc++-v3/include/bits/stl_algobase.h | 6 +- libstdc++-v3/include/bits/stl_uninitialized.h | 14 ++-- .../memory_management_tools/1.cc | 82 +++++++++++++--------- libstdc++-v3/testsuite/25_algorithms/fill_n/1.cc | 19 ++++- .../{is_partitioned/2.cc => generate_n/1.cc} | 30 ++++---- .../testsuite/25_algorithms/stable_partition/1.cc | 8 ++- libstdc++-v3/testsuite/util/testsuite_iterators.h | 9 +++ 9 files changed, 128 insertions(+), 61 deletions(-) copy libstdc++-v3/testsuite/25_algorithms/{is_partitioned/2.cc => generate_n/1.cc} (68%)