gcc/libstdc++-v3/include
Gabriel Dos Reis a30dbb3960 cmath.cc: Remove.
* src/cmath.cc: Remove.
	* src/Makefile.am (c_base_headers): Add bits/cmath.tcc.
	(sources): Remove cmath.cc
	* src/Makefile.in: Regenerate.

	* include/c/bits/std_cmath.h (__cmath_power<>): Declare.
	(__cmath_abs<>): New function.
	(abs, fabs): Use __cmath_abs when no direct support is available.
	(__pow_helper<>): New function.
	(pow): Define here.  Use __pow_helper<>.

	* include/c/bits/cmath.tcc: New file.

From-SVN: r37901
2000-11-30 23:44:32 +00:00
..
backward Make deprecated strstream header consistent with new and new.h. 2000-11-23 06:46:31 +00:00
bits Makefile.am (sources): Add bitset.cc 2000-11-29 01:09:09 +00:00
c/bits cmath.cc: Remove. 2000-11-30 23:44:32 +00:00
c_std wrap_langinfo.h: New file. 2000-11-13 20:58:46 +00:00
ext
std strstream.cc: Adjust includes. 2000-11-22 00:05:16 +00:00