2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-02-15 06:49:36 +08:00
gcc/libstdc++-v3/include/std
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
..
std_algorithm.h
std_bitset.h
std_complex.h type_traits (is_polymorphic): Don't forget the virtual destructor, thus avoiding warnings. 2005-03-07 22:22:35 +00:00
std_deque.h
std_fstream.h std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR 409 [Ready], call clear() on success. 2005-03-07 16:58:43 +00:00
std_functional.h
std_iomanip.h
std_ios.h
std_iosfwd.h
std_iostream.h
std_istream.h
std_iterator.h
std_limits.h decl.c (build_enumerator): Do not issue duplicate error messages about invalid enumeration constants. 2005-02-01 01:01:34 +00:00
std_list.h
std_locale.h
std_map.h
std_memory.h
std_numeric.h
std_ostream.h
std_queue.h
std_set.h
std_sstream.h
std_stack.h
std_stdexcept.h
std_streambuf.h
std_string.h cpp_type_traits.h: Add types to the structs thus making type_traits.h redundant... 2005-01-31 16:22:01 +00:00
std_utility.h
std_valarray.h
std_vector.h