2000-11-20 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Nov 2000 21:13:45 +0000 (21:13 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Nov 2000 21:13:45 +0000 (21:13 +0000)
commit9a356f094bfc599903cc39c58cdfffe0452ce4ef
treeea301f62702cdc86a4c1af0c31b53cef08dd9f7b
parentdb0b1f50e8929a310a18866f96f19604582c812d
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37591 138bc75d-0d04-0410-961f-82ee72b054a4
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]