
21 Sep
2004
21 Sep
'04
7:45 p.m.
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.