r142704 - in /branches/gcc-4_3-branch/libstdc++...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Dec 12 08:46:00 GMT 2008


Author: jakub
Date: Fri Dec 12 08:46:26 2008
New Revision: 142704

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142704
Log:
	PR c++/37582
	* include/bits/cpp_type_traits.h (struct __traitand): New.
	* include/c_global/cmath (std::atan2, std::pow): Use __traitand
	instead of && as first argument to __enable_if.
	* include/c_std/cmath (std::atan2): Likewise.
	* testsuite/26_numerics/headers/cmath/37582.cc: New.

Added:
    branches/gcc-4_3-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/37582.cc
Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/include/bits/cpp_type_traits.h
    branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cmath
    branches/gcc-4_3-branch/libstdc++-v3/include/c_std/cmath



More information about the Gcc-cvs mailing list