[Bug libstdc++/35104] cmath do not undef log2

2008-02-07 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2008-02-07 12:07 --- Just wanted to add that we are also providing a , conforming to the TR1 specifications, which indeed makes available std::tr1::log2, and also, in the forthcoming 4.3.0, std::log2, as part of , enabled in the experimental C+

[Bug libstdc++/35104] cmath do not undef log2

2008-02-06 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-06 16:15 --- log2 is part of C99 which C++ does not know about. C++ only knows about C89 routines in math.h. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added