https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121196
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tomasz Kaminski <tkami...@gcc.gnu.org>: https://gcc.gnu.org/g:bdff4d7a8c0a39c66cd2609c7d818d7afe05ce6c commit r16-2572-gbdff4d7a8c0a39c66cd2609c7d818d7afe05ce6c Author: Tomasz KamiÅski <tkami...@redhat.com> Date: Fri Jul 25 14:50:26 2025 +0200 libstdc++: Support braces as arguments for std::erase on inplace_vector [PR121196] PR libstdc++/121196 libstdc++-v3/ChangeLog: * include/std/inplace_vector (std::erase): Provide default argument for _Up parameter. * testsuite/23_containers/inplace_vector/erasure.cc: Add test for using braces-init-list as arguments to erase_if and use function to verify content of inplace_vector Reviewed-by: Patrick Palka <ppa...@redhat.com> Signed-off-by: Tomasz KamiÅski <tkami...@redhat.com>