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

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Jun 7 16:51:00 GMT 2017


Author: redi
Date: Wed Jun  7 16:51:00 2017
New Revision: 248992

URL: https://gcc.gnu.org/viewcvs?rev=248992&root=gcc&view=rev
Log:
PR libstdc++/81002 fix std::basic_regex range constructor

	PR libstdc++/81002
	* include/bits/regex_compiler.h (__compile_nfa): Add template argument
	list to specify traits type.
	* testsuite/28_regex/basic_regex/ctors/basic/iter.cc: New.

Added:
    branches/gcc-6-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc
Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/include/bits/regex_compiler.h



More information about the Libstdc++-cvs mailing list