Skip to content

Commit

Permalink
Automated fixes by clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lballabio committed Feb 26, 2024
1 parent 1db1904 commit 21d1b15
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 21d1b15

Please sign in to comment.