r256297 - in /branches/gcc-6-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Jan 5 22:47:00 GMT 2018


Author: redi
Date: Fri Jan  5 22:47:54 2018
New Revision: 256297

URL: https://gcc.gnu.org/viewcvs?rev=256297&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-6-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/83598.cc
Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog



More information about the Libstdc++-cvs mailing list