Boost logo

Boost :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-09-21 14:45:14


Guillaume Melquiond wrote:
> I can't even understand why the functions are declared non-existent for
> your GCC 3.3.1 compiler. Maybe it is time to put such a macro in the
> config subsystem and to do the detection properly.

OK, I got it. Problem is in boost/numeric/interval/detail/bugs.hpp lines
27

# if defined(__GNUC__) && (__GNUC__ == 3) && (__GNUC_MINOR__ > 3)
# define BOOST_NUMERIC_INTERVAL_using_ahyp(a) using ::a

obviously in mingw-3.4.1 (GCC 3.4.1) this is defined. Apparently GCC
3.4.1 on Linux has better runtime. I will ask on mingw-developer list if
there are plans to deliver asinh etc. in next version of mingw-runtime.

B.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk