We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
copysign
Describe the bug
As can be seen in this CI build of QuantLib-Risks-Cpp, the copysign function from XAD does not get called correctly in Windows on this line: https://github.com/lballabio/QuantLib/blob/master/test-suite/basketoption.cpp#L1793
To Reproduce
Build QuantLib-Risks-Cpp in Windows with Visual Studio, using QuantLib's master branch.
Expected behaviour
The code should compile.
Environment:
Additional context
This is best solved by first reproducing the problem in an XAD unit test.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
As can be seen in this CI build of QuantLib-Risks-Cpp, the
copysign
function from XAD does not get called correctly in Windows on this line: https://github.com/lballabio/QuantLib/blob/master/test-suite/basketoption.cpp#L1793To Reproduce
Build QuantLib-Risks-Cpp in Windows with Visual Studio, using QuantLib's master branch.
Expected behaviour
The code should compile.
Environment:
Additional context
This is best solved by first reproducing the problem in an XAD unit test.
The text was updated successfully, but these errors were encountered: