]> git.ipfire.org Git - thirdparty/gcc.git/commit
type_traits (make_signed): Remove specializations for floating point types.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 8 May 2007 12:10:48 +0000 (12:10 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 8 May 2007 12:10:48 +0000 (12:10 +0000)
commitfb8ffd109a098d6682e0687ee083fa1c3b80d0b4
treed25b7c3e4197458a7f88e1fbbf52ce478bfabb01
parent1f9e4ca1808800d4afb40f8a46caeba46cd405f7
type_traits (make_signed): Remove specializations for floating point types.

2007-05-08  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/type_traits (make_signed): Remove specializations
for floating point types.
(make_unsigned): Same.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Fix.
* testsuite/20_util/make_signed/requirements/typedefs-1.cc: Same.
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Same.

From-SVN: r124543
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits
libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc