From ae2a0a63a1cbab5467c034b3b57ce134de2514a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 01:10:15 +0000 Subject: [PATCH] Automated fixes by clang-tidy --- ql/termstructures/yield/ratehelpers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ql/termstructures/yield/ratehelpers.cpp b/ql/termstructures/yield/ratehelpers.cpp index c6742e3033b..92102ccc990 100644 --- a/ql/termstructures/yield/ratehelpers.cpp +++ b/ql/termstructures/yield/ratehelpers.cpp @@ -596,8 +596,8 @@ namespace QuantLib { Date customPillarDate, bool endOfMonth, const ext::optional& 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() {