|
From: Jussi K. <ker...@gm...> - 2020-07-06 17:38:19
|
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 |