gcc/libstdc++-v3/testsuite
Ville Voutilainen 7d4f48b5b8 Implement LWG 2509,
any_cast doesn't work with rvalue reference targets and cannot
	move with a value target.
	* include/experimental/any (any(_ValueType&&)): Constrain and
	add an overload that doesn't forward.
	(any_cast(any&&)): Constrain and add an overload that moves.
	* testsuite/experimental/any/misc/any_cast.cc: Add tests for
	the functionality added by LWG 2509.

From-SVN: r238022
2016-07-05 21:33:18 +03:00
..
17_intro
18_support
19_diagnostics
20_util Provide swappable traits (p0185r1) 2016-06-16 16:07:19 +01:00
21_strings
22_locale libstdc++/69703 ignore endianness in codecvt_utf8 2016-04-19 19:02:46 +01:00
23_containers Add tests for inserting aliased objects into std::vector 2016-07-04 15:52:54 +01:00
24_iterators libstdc++/70766 use std::addressof instead of operator& 2016-04-28 13:33:07 +01:00
25_algorithms get_debug_neg.cc: Adjust dg-error line numbers. 2016-07-02 14:55:20 +00:00
26_numerics PR libstdc++/41759 reword static assertions in <random> 2016-04-18 19:03:50 +01:00
27_io
28_regex re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and regex_constant::match_not_bow) 2016-04-23 03:58:37 +00:00
29_atomics 65913.cc: Require atomic-builtins rather than specific target. 2016-06-30 14:17:47 +00:00
30_threads libstdc++/70766 use std::addressof instead of operator& 2016-04-28 13:33:07 +01:00
abi
backward Fix std::vector's use of temporary objects 2016-07-04 15:52:46 +01:00
config
data
decimal
experimental Implement LWG 2509, 2016-07-05 21:33:18 +03:00
ext
lib Enable dg-reqire-sharedlib on Solaris 2016-05-05 19:54:42 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance c++config (_GLIBCXX14_USE_CONSTEXPR): New. 2016-05-24 20:55:57 +00:00
special_functions
tr1 Remove trailing whitespace from libstdc++-v3 files 2016-04-29 17:11:43 +01:00
tr2
util libstdc++/71545 fix debug checks in binary search algorithms 2016-06-17 19:28:34 +01:00
Makefile.am
Makefile.in