std_complex.h: Tweaks, include cmath for abs overloads.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 20 Nov 2000 21:13:45 +0000 (21:13 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 20 Nov 2000 21:13:45 +0000 (21:13 +0000)
commit5e90dd7193a80566748d8681500984b53d9b957c
treeea301f62702cdc86a4c1af0c31b53cef08dd9f7b
parent250333d0e00e17db505275183cb330900938a476
std_complex.h: Tweaks, include cmath for abs overloads.

2000-11-20  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/std_complex.h: Tweaks, include cmath for abs overloads.
* src/complex.cc: Remove cmath include, formatting tweaks, remove
dead code.
* include/c/bits/std_cmath.h: Formatting tweaks.
* testsuite/26_numerics/complex_value.cc: New file, for catching
bits gleaned from libstdc++/106.

* testsuite/23_containers/vector_ctor.cc (test02): Add test from
libstdc++/102.

From-SVN: r37591
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_complex.h
libstdc++-v3/include/c/bits/std_cmath.h
libstdc++-v3/src/complex.cc
libstdc++-v3/testsuite/23_containers/vector_ctor.cc
libstdc++-v3/testsuite/26_numerics/complex_value.cc [new file with mode: 0644]