Re: [Boost-users] boost_1.36 beta on AIX 5.3 with gcc 4.2.4: Compile errors in math
Hi,
Does it work with inline long double expm1l BOOST_PREVENT_MACRO_SUBSTITUTION(long double x)
Yes it does. I found in total 4 instances of this error in the file ./boost/math/tr1.hpp. Shall I send a patch or are you doing it by hand? And uhhh, what triggered the error? I don't really get it.... Cheers, Andrej _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users __________________________________________________________ Not happy with your email address?. Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html
AMDG Andrej van der Zee wrote:
Does it work with inline long double expm1l BOOST_PREVENT_MACRO_SUBSTITUTION(long double x)
Yes it does. I found in total 4 instances of this error in the file ./boost/math/tr1.hpp. Shall I send a patch or are you doing it by hand?
Please submit a patch.
And uhhh, what triggered the error? I don't really get it....
expm1l is defined as a macro somewhere. In Christ, Steven Watanabe
participants (2)
-
Andrej van der Zee
-
Steven Watanabe