Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove features deprecated in version 1.30 #1959

Merged
merged 3 commits into from
Apr 26, 2024
Merged

Conversation

lballabio
Copy link
Owner

No description provided.

@lballabio lballabio added this to the Release 1.35 milestone Apr 25, 2024
@coveralls
Copy link

coveralls commented Apr 25, 2024

Coverage Status

coverage: 72.502% (-0.004%) from 72.506%
when pulling 66c58c7 on deprecated-1.30
into 3013119 on master.

// data, we only use underlying_ if it was constructed that way,
// generally we use the shared_ptr conversion to boolean to test
ext::shared_ptr<YoYInflationCoupon> underlying_;
bool isFloored_, isCapped_;
Rate cap_, floor_;
private:
virtual void setCommon(Rate cap, Rate floor);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still want to make this non-virtual as the comment said?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I missed that. Thanks.

@lballabio lballabio enabled auto-merge April 26, 2024 12:42
@lballabio lballabio merged commit e6885c7 into master Apr 26, 2024
84 checks passed
@lballabio lballabio deleted the deprecated-1.30 branch April 26, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants