gcc/libstdc++-v3/include/std
Edward Smith-Rowland 4db7fcb9a8 type_traits: Add is_final<> type trait for C++14.
2014-10-01  Edward Smith-Rowland  <3dw4rd@verizon.net>

	* include/std/type_traits: Add is_final<> type trait for C++14.
	* testsuite/util/testsuite_tr1.h: Add 
	* testsuite/20_util/is_final/requirements/
	explicit_instantiation.cc: New.
	* testsuite/20_util/is_final/requirements/typedefs.cc: New.
	* testsuite/20_util/is_final/value.cc: New.
	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Adjust.

From-SVN: r215753
2014-10-01 11:59:29 +00:00
..
algorithm
array tuple (tuple_size<cv _Tp>): Implement LWG 2313. 2014-05-15 11:35:29 +01:00
atomic
bitset any (any_cast): Combine duplicate doxygen comments. 2014-06-14 21:43:07 +01:00
chrono Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
complex Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
condition_variable condition_variable (condition_variable_any::_Unlock): Do not swallow __forced_unwind. 2014-06-02 16:45:09 +01:00
deque
forward_list
fstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
functional allocated_ptr.h (__allocated_ptr::operator=): Add missing return. 2014-07-08 14:22:14 +01:00
future future (__location_invariant): Move specializations after preprocessor condition. 2014-08-07 23:54:53 +01:00
iomanip Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
ios Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
iosfwd api.xml: Link to more recent API docs. 2014-06-14 21:22:10 +01:00
iostream iostream: Fix URL in comment. 2014-05-08 20:01:51 +01:00
istream gnu.ver: Adjust basic_ostream exports. 2014-09-23 14:17:42 +01:00
iterator
limits
list
locale
map
memory
mutex mutex (try_lock): Do not swallow exceptions. 2014-09-22 15:54:35 +01:00
numeric
ostream gnu.ver: Adjust basic_ostream exports. 2014-09-23 14:17:42 +01:00
queue
random
ratio
regex re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C) 2014-07-01 03:05:45 +00:00
scoped_allocator
set
shared_mutex Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
sstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
stack
stdexcept
streambuf Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
string
system_error
thread re PR libstdc++/61841 (broken std::thread on Hurd) 2014-08-13 19:40:10 +01:00
tuple Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
type_traits type_traits: Add is_final<> type trait for C++14. 2014-10-01 11:59:29 +00:00
typeindex
unordered_map
unordered_set
utility Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
valarray
vector