https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104542
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:6cfb7ffb659fd6b87a21312021ab023a06e8f6be commit r12-7244-g6cfb7ffb659fd6b87a21312021ab023a06e8f6be Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Feb 15 12:47:39 2022 +0000 libstdc++: Add missing constexpr to uses-allocator construction utilities [PR104542] libstdc++-v3/ChangeLog: PR libstdc++/104542 * include/bits/uses_allocator_args.h (make_obj_using_allocator) (uninitialized_construct_using_allocator): Add constexpr. * testsuite/20_util/uses_allocator/make_obj.cc: Check constexpr. * testsuite/20_util/uses_allocator/uninitialized_construct.cc: New test.