gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming
Paolo Carlini 91e390fe3d type_traits: Implement is_empty.
2005-01-28  Paolo Carlini  <pcarlini@suse.de>

	* include/tr1/type_traits: Implement is_empty.
	* testsuite/tr1/4_metaprogramming/type_properties/is_empty/
	is_empty.cc: New.
	* testsuite/tr1/4_metaprogramming/type_properties/is_empty/
	typedefs.cc: Likewise.

	* include/tr1/type_traits (__is_abstract_helper): Simplify a bit.

From-SVN: r94379
2005-01-28 17:20:43 +00:00
..
array_modifications type_traits: Implement remove_extent and remove_all_extents. 2004-12-09 17:54:27 +00:00
composite_type_traits type_traits (is_member_function_pointer): Provide a workaround for c++/19076, correct for functions with up to 15 arguments. 2004-12-31 18:15:22 +00:00
const_volatile_modifications type_traits: Implement add_const, add_volatile, and add_cv. 2004-12-16 15:00:37 +00:00
helper_classes type_traits: New. 2004-12-04 09:08:42 +00:00
other_transformations/aligned_storage type_traits: Implement alignment_of and aligned_storage. 2005-01-11 12:29:31 +00:00
pointer_modifications type_traits: Implement is_pointer, remove_pointer, and add_pointer; reformat. 2004-12-12 14:31:11 +00:00
primary_type_categories type_traits: Implement is_abstract, by exploiting the resolution of DR core/337. 2005-01-28 13:29:41 +00:00
reference_modifications type_traits: Implement is_same, add_reference and remove_reference. 2004-12-08 16:33:51 +00:00
relationships_between_types/is_same type_traits: Implement rank. 2004-12-11 21:46:27 +00:00
type_properties type_traits: Implement is_empty. 2005-01-28 17:20:43 +00:00