|
From: Luigi B. <lui...@gm...> - 2020-07-07 12:46:37
|
Hello Jussi,
I think you're compiling in strict C++20 mode and the sources are not
ready for that yet. May you check your settings and see if you can tell
the compiler to use at most C++17?
Luigi
On Mon, Jul 6, 2020 at 7:40 PM Jussi Kettu <ker...@gm...> wrote:
> When compiling Quantlib C++ in Visual Studio 2019 with boost 1.72 (and
> some example projects) I keep getting this error:
>
> bind.hpp(75,25): error C2039: 'result_type': is not a member of
> 'std::multiplies<QuantLib::Real>' (compiling source file
> ql\experimental\credit\gaussianlhplossmodel.cpp)
>
> Why do I get this error and how could I fix this error? I googled about it
> and tried many things but did not find a solution yet.
>
> Thank you
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|