gcc/libstdc++-v3/include
Tim Shen 974afa584b re PR libstdc++/71500 (regex::icase only works on first character in a range)
PR libstdc++/71500
	* include/bits/regex.h (basic_regex::basic_regex): Use ECMAScript
	when the syntax is not specified.
	* include/bits/regex_compiler.h (_RegexTranslator,
	_RegexTranslatorBase): Partially support icase in ranges.
	* include/bits/regex_compiler.tcc (_BracketMatcher::_M_apply):
	Refactor _M_apply to make the control flow easier to follow, and
	call _M_translator._M_match_range as added previously.
	* testsuite/28_regex/traits/char/icase.cc: Add new tests.
	* testsuite/28_regex/traits/char/user_defined.cc: Add new tests.

From-SVN: r243093
2016-12-01 03:03:55 +00:00
..
backward
bits re PR libstdc++/71500 (regex::icase only works on first character in a range) 2016-12-01 03:03:55 +00:00
c
c_compatibility
c_global Don't define libstdc++-internal macros in Solaris 10+ <math.h> 2016-11-21 16:09:47 +00:00
c_std
debug
decimal
experimental PR78494 add missing returns to propagate_const 2016-11-23 14:45:29 +00:00
ext
parallel
precompiled
profile
std Fix testsuite failures caused by the patch implementing LWG 2534. 2016-11-30 18:32:24 +02:00
tr1 Don't define libstdc++-internal macros in Solaris 10+ <math.h> 2016-11-21 16:09:47 +00:00
tr2
Makefile.am
Makefile.in