gcc/libstdc++-v3/include
Jonathan Wakely 6789ccfa46 Implement LWG DR 2329 and DR 2332.
* include/bits/regex.h (regex_match, regex_search): LWG DR 2329,
	add deleted overloads for rvalue strings.
	(regex_iterator, regex_token_iterator): LWG DR 2332, add deleted
	constructors for rvalue regexes.
	* testsuite/28_regex/algorithms/regex_match/dr2329_neg.cc: New.
	* testsuite/28_regex/algorithms/regex_search/dr2329_neg.cc: New.
	* testsuite/28_regex/iterators/regex_iterator/ctors/char/dr2332_neg.cc:
	New.
	* testsuite/28_regex/iterators/regex_token_iterator/ctors/char/
	dr2332_neg.cc: New.

From-SVN: r218555
2014-12-10 01:37:37 +00:00
..
backward re PR c++/33911 (attribute deprecated vs. templates) 2014-11-17 17:09:27 -05:00
bits Implement LWG DR 2329 and DR 2332. 2014-12-10 01:37:37 +00:00
c
c_compatibility
c_global
c_std
debug
decimal
experimental
ext re PR c++/33911 (attribute deprecated vs. templates) 2014-11-17 17:09:27 -05:00
parallel
precompiled
profile
std future (__future_base::_Setter::operator(), [...]): Make call operators const. 2014-12-10 00:39:37 +00:00
tr1 re PR libstdc++/63840 (std::function copy constructor deletes an uninitialized pointer if new fails) 2014-12-01 13:49:20 +00:00
tr2
Makefile.am
Makefile.in