You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Rebuild library to fix ABI issue
The prior build caused a crash when the DiscountingBondEngine()
constructor was called. The most probably cause is that CXXFLAGS did
not contain -std=c++11. QuantLib began to migrate toward c++11 in this
release.
See #4.