regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_string<C...
authorJonathan Wakely <jwakely.gcc@gmail.com>
Fri, 8 Nov 2013 14:30:40 +0000 (14:30 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 8 Nov 2013 14:30:40 +0000 (14:30 +0000)
commit34d1ff06bf3d8df09bbb2c0caf7d4c6bc0de5d2a
tree5ebc270bd1c495613ea01dd121cbbd7cf0a2b158
parentbb038ece8f58d223049ffd6f0982352d431b4f29
regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_string<C> and std::vector<C> iterators dispatch to...

* include/bits/regex_compiler.h (__detail::__compile_nfa): Overload
so that std::basic_string<C> and std::vector<C> iterators dispatch to
the const C* compiler.

From-SVN: r204574
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex_compiler.h