gcc/libstdc++-v3/include/tr1
Paolo Carlini cff001b2e8 type_traits (is_polymorphic): Don't forget the virtual destructor, thus avoiding warnings.
2005-03-07  Paolo Carlini  <pcarlini@suse.de>

	* include/tr1/type_traits (is_polymorphic): Don't forget
	the virtual destructor, thus avoiding warnings.
	* testsuite/testsuite_tr1.h (class AbstractClass,
	class PolymorphicClass): Likewise.

2005-03-07  Paolo Carlini  <pcarlini@suse.de>

	* include/std/std_complex.h (pow(const complex<_Tp>&,
	const complex<_Tp>&)): Dispatch to either __complex_pow(__x.__rep(),
	__y.__rep()) or __complex_pow(__x, __y) depending on the macro
	_GLIBCXX_USE_C99_COMPLEX.

From-SVN: r96048
2005-03-07 22:22:35 +00:00
..
array locale_facets.h (isspace, [...]): Add doxygen markup. 2004-11-23 09:18:41 +00:00
functional functional: Convert relative path. 2005-03-03 17:45:44 +00:00
functional_iterate.h functional (_Has_result_type): Cleanup. 2005-03-02 12:56:28 +00:00
hashtable functional: Fix License to GPL with exception. 2005-02-22 17:07:07 +00:00
memory memory: Replace checked_deleter with (unchecked) _Sp_deleter as GCC warns about delete... 2005-02-28 21:43:51 +00:00
ref_wrap_iterate.h functional (_Has_result_type): Cleanup. 2005-03-02 12:56:28 +00:00
repeat.h functional (_Has_result_type): Cleanup. 2005-03-02 12:56:28 +00:00
tuple functional: Fix License to GPL with exception. 2005-02-22 17:07:07 +00:00
type_traits type_traits (is_polymorphic): Don't forget the virtual destructor, thus avoiding warnings. 2005-03-07 22:22:35 +00:00
type_traits_fwd.h type_traits: Add the trivial is_union and is_class; add the __is_union_or_class extension. 2005-02-25 18:17:06 +00:00
unordered_map functional: Fix License to GPL with exception. 2005-02-22 17:07:07 +00:00
unordered_set functional: Fix License to GPL with exception. 2005-02-22 17:07:07 +00:00
utility functional: Fix License to GPL with exception. 2005-02-22 17:07:07 +00:00