gcc/libstdc++-v3/include
Paolo Carlini 77d4510875 type_traits (_DEFINE_SPEC*): Simplify.
2008-08-10  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/tr1_impl/type_traits (_DEFINE_SPEC*): Simplify.
	(_DEFINE_SPEC_BODY): Remove.
	(__is_void_helper, __is_integral_helper, __is_floating_point_helper,
	__is_member_object_pointer_helper, __is_member_function_pointer_helper,
	__remove_pointer_helper): Add.
	(is_void, is_integral, is_floating_point, is_member_object_pointer,
	is_member_function_pointer, remove_pointer): Use the latter.
	* include/tr1/type_traits (_DEFINE_SPEC): Simplify.
	(_DEFINE_SPEC_HELPER): Remove.
	(__is_signed_helper, __is_unsigned_helper): Add.
	(is_signed, is_unsigned): Use the latter.

From-SVN: r138925
2008-08-10 10:11:46 +00:00
..
backward backward_warning.h: Fix typo. 2008-06-30 10:48:48 +00:00
bits ios_base.h: Undef _IOS_BASE_SEEK_CUR and _IOS_BASE_SEEK_END at the end of the file. 2008-08-08 09:54:09 +00:00
c
c_compatibility [multiple changes] 2008-04-10 20:26:45 +00:00
c_global * include/c_global/climits, include/tr1/climits: Add parentheses. 2008-06-21 17:04:40 +01:00
c_std tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out. 2008-05-26 02:19:57 +00:00
debug set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
ext sso_string_base.h (__sso_string_base<>::__sso_string_base(std::initializer_list<_CharT>, const _Alloc&)): Remove. 2008-07-22 13:52:14 +00:00
parallel find_selectors.h: Correct name for include guard #ifndef. 2008-07-15 10:06:58 +00:00
precompiled chrono: New, as per N2661. 2008-07-15 23:23:23 +00:00
std chrono (duration): Use explicitly defaulted ctor, cctor, dtor and assignment. 2008-07-31 19:37:21 +00:00
tr1 type_traits (_DEFINE_SPEC*): Simplify. 2008-08-10 10:11:46 +00:00
tr1_impl type_traits (_DEFINE_SPEC*): Simplify. 2008-08-10 10:11:46 +00:00
Makefile.am chrono: New, as per N2661. 2008-07-15 23:23:23 +00:00
Makefile.in acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Reinstate clock_gettime search, but only in libposix4, never link librt. 2008-08-01 14:06:38 +00:00