Hi All,
If I include boost/regex.hpp - the builtin c signbit stops being available.
I am using my version of gcc 4.5.0 and my version of boost (built and
installed with defaults)
I've removed distro's install of boost and gcc.
I am new to this list so apologies if I've missed any need information.
TIA
Adrian
----------------------------------------------------------------------
adrianc@dluadrianc:~> cat signbit.cc
#include <iostream>
#include
If I include boost/regex.hpp - the builtin c signbit stops being available. I am using my version of gcc 4.5.0 and my version of boost (built and installed with defaults)
Confirmed: and that's seriously annoying, but not our fault, as just:
#include
Thanks John I've create bug for gcc team http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44611 Adrian -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Saturday, June 19, 2010 10:15 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Boost regex is breaking math.h's signbit
If I include boost/regex.hpp - the builtin c signbit stops being available. I am using my version of gcc 4.5.0 and my version of boost (built and installed with defaults)
Confirmed: and that's seriously annoying, but not our fault, as just:
#include
participants (3)
-
Adrian
-
boost@bluedreamer.com
-
John Maddock