From d6c544eda34deb2f1e0e42cc64a185040095d7ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:45:11 +0000 Subject: [PATCH] Automated fixes by clang-tidy --- ql/cashflows/cpicoupon.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/cashflows/cpicoupon.hpp b/ql/cashflows/cpicoupon.hpp index 7b9d418b73..7e6b1af815 100644 --- a/ql/cashflows/cpicoupon.hpp +++ b/ql/cashflows/cpicoupon.hpp @@ -250,7 +250,7 @@ namespace QuantLib { Calendar exCouponCalendar_; BusinessDayConvention exCouponAdjustment_ = Following; bool exCouponEndOfMonth_ = false; - Date baseDate_ = Date(); + Date baseDate_; };