r256291 - in /branches/gcc-7-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri Jan 5 22:22:00 GMT 2018
Author: redi
Date: Fri Jan 5 22:22:17 2018
New Revision: 256291
URL: https://gcc.gnu.org/viewcvs?rev=256291&root=gcc&view=rev
Log:
PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors
Backport from mainline
2017-12-27 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/83598
* include/bits/regex.h (basic_regex): Don't modify flags passed to
constructors.
* testsuite/28_regex/basic_regex/ctors/83598.cc: New test.
Added:
branches/gcc-7-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/83598.cc
Modified:
branches/gcc-7-branch/libstdc++-v3/ChangeLog
branches/gcc-7-branch/libstdc++-v3/include/bits/regex.h
More information about the Libstdc++-cvs
mailing list