]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 22 Mar 2023 11:36:06 +0000 (11:36 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 22 Mar 2023 17:48:19 +0000 (17:48 +0000)
commit9ae1108196ed65647846a7c06052317e8fa4852d
tree5957b4014e2afc2e7d7f132c3b9dfeddaf55de82
parentad0b9cf1a076fb9a802d9ba7fa2223aa3166dca2
libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)

This was approved in Issaquah last month.

libstdc++-v3/ChangeLog:

* include/bits/regex.h (match_results): Add allocator-extended
copy and move constructors, as per LWG 2195.
* testsuite/28_regex/match_results/ctors/char/alloc.cc: New test.
libstdc++-v3/include/bits/regex.h
libstdc++-v3/testsuite/28_regex/match_results/ctors/char/alloc.cc [new file with mode: 0644]
This page took 0.056275 seconds and 5 git commands to generate.