Skip to content

Commit

Permalink
operator "not" not supported by msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulXiCao committed Apr 18, 2024
1 parent 264d1f9 commit 388ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/termstructures/yield/ratehelpers.cpp
Original file line number Diff line number Diff line change
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 388ecb5

Please sign in to comment.