r248989 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Jun 7 15:43:00 GMT 2017
Author: redi
Date: Wed Jun 7 15:43:35 2017
New Revision: 248989
URL: https://gcc.gnu.org/viewcvs?rev=248989&root=gcc&view=rev
Log:
PR libstdc++/81002 fix std::basic_regex range constructor
PR libstdc++/81002
* include/bits/regex.h (basic_regex): Adjust call to __compile_nfa
so iterator type is deduced.
* include/bits/regex_compiler.h (__compile_nfa): Reorder template
parameters to allow iterator type to be deduced.
* testsuite/28_regex/basic_regex/ctors/basic/iter.cc: New.
Added:
trunk/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/regex.h
trunk/libstdc++-v3/include/bits/regex_compiler.h
More information about the Gcc-cvs
mailing list