This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r248993 - in /branches/gcc-5-branch/libstdc++-v...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 07 Jun 2017 17:00:57 -0000
- Subject: r248993 - in /branches/gcc-5-branch/libstdc++-v...
Author: redi
Date: Wed Jun 7 17:00:56 2017
New Revision: 248993
URL: https://gcc.gnu.org/viewcvs?rev=248993&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-5-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc
Modified:
branches/gcc-5-branch/libstdc++-v3/ChangeLog
branches/gcc-5-branch/libstdc++-v3/include/bits/regex_compiler.h