Re: [Quantlib-users] Réf. : Quantlib-users digest, Vol 1 #215 - 1 msg
Posted by
Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Ref-Quantlib-users-digest-Vol-1-215-1-msg-tp2233p2234.html
At 02:47 PM 10/8/02 +0200,
[hidden email] wrote:
>I just got a compile error when trying to compile with mingw2 (gcc 3.2) at the
>same point. It used to work before (mingw-gcc 2.95). I found the following
>workaround (array.hpp)
>change
> std::ptr_fun(QL_FABS));
>to
> std::ptr_fun<double,double>(QL_FABS));
Bonjour Richard,
I'll try that. If it works on the other platforms as well (of
which I'm pretty confident) I'll integrate it into the code.
Thanks,
Luigi