Skip to content

Commit

Permalink
msvc not standard compliant: operator not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulXiCao committed Apr 18, 2024
1 parent 264d1f9 commit eca1451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/termstructures/yield/ratehelpers.cpp
Expand Up @@ -625,7 +625,7 @@ namespace QuantLib {
customPillarDate) {}

void SwapRateHelper::initializeDates() {
if (not swapBuiltViaGivenBuilder)
if (!swapBuiltViaGivenBuilder)
// 1. do not pass the spread here, as it might be a Quote
// i.e. it can dynamically change
// 2. input discount curve Handle might be empty now but it could
Expand Down

0 comments on commit eca1451

Please sign in to comment.