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

DM-34195: Remove deprecated shared_ptr interfaces #81

Merged
merged 1 commit into from Jul 12, 2023
Merged

Conversation

mwittgen
Copy link
Contributor

No description provided.

@mwittgen mwittgen requested a review from TallJimbo July 12, 2023 04:48
[[deprecated("Replaced by a non-shared_ptr overload. Will be removed after v25.")]]
virtual void copy(std::string const& dest, std::shared_ptr<PropertySet const> source,
std::string const& name, bool asScalar = false);
//@}
Copy link
Member

Choose a reason for hiding this comment

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

Need to remove the opening //@{, too.

[[deprecated("Replaced by a non-shared_ptr overload. Will be removed after v25.")]]
virtual void copy(std::string const& dest, std::shared_ptr<PropertySet const> source,
std::string const& name, bool asScalar = false);
//@}
Copy link
Member

Choose a reason for hiding this comment

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

Need to remove the opening //@{, too.

@mwittgen mwittgen merged commit f041782 into main Jul 12, 2023
2 checks passed
@mwittgen mwittgen deleted the tickets/DM-34195 branch July 12, 2023 21:23
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.

None yet

2 participants