This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/81002] std::basic_regex can't be constructed from non-contiguous iterators


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]