https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81002

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed Jun  7 16:50:36 2017
New Revision: 248991

URL: https://gcc.gnu.org/viewcvs?rev=248991&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-7-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc
Modified:
    branches/gcc-7-branch/libstdc++-v3/ChangeLog
    branches/gcc-7-branch/libstdc++-v3/include/bits/regex_compiler.h

Reply via email to