Skip to content

Commit

Permalink
Merge ae2a0a6 into 1db1904
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2024
2 parents 1db1904 + ae2a0a6 commit 26243d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ql/termstructures/yield/ratehelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ namespace QuantLib {
Date customPillarDate,
bool endOfMonth,
const ext::optional<bool>& useIndexedCoupons)
: SwapRateHelper(makeQuoteHandle(rate), tenor, calendar, fixedFrequency, fixedConvention,
fixedDayCount, iborIndex, std::move(spread), fwdStart, std::move(discount), settlementDays,
: SwapRateHelper(makeQuoteHandle(rate), tenor, std::move(calendar), fixedFrequency, fixedConvention,
std::move(fixedDayCount), iborIndex, std::move(spread), fwdStart, std::move(discount), settlementDays,
pillarChoice, customPillarDate, endOfMonth, useIndexedCoupons) {}

void SwapRateHelper::initializeDates() {
Expand Down

0 comments on commit 26243d7

Please sign in to comment.