This is the mail archive of the gcc-patches@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]

[patch 3/4] std::regex refactoring


This removes some more redundant _CharT template parameters.

2013-11-08  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * include/bits/regex_compiler.h (__detail::_AnyMatcher,
        __detail::_CharMatcher, __detail::_BracketMatcher): Remove redundant
        _CharT template parameters.
        * include/bits/regex_compiler.tcc: Likewise.

Tested x86_64-linux, committed to trunk.

Attachment: patch-3.txt
Description: Text document


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