Skip to content

Modernize: replace boost::shared_ptr with std::shared_ptr in template…#297

Draft
mirams wants to merge 1 commit into
masterfrom
modernize/std-shared-ptr
Draft

Modernize: replace boost::shared_ptr with std::shared_ptr in template…#297
mirams wants to merge 1 commit into
masterfrom
modernize/std-shared-ptr

Conversation

@mirams

@mirams mirams commented Apr 30, 2026

Copy link
Copy Markdown
Collaborator

…s and reference models

Also add #include to the shared hpp includes template and all reference .hpp files so generated code compiles without boost/shared_ptr.hpp.

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Documentation checklist

  • I have updated all documentation in the code where necessary.
  • I have checked spelling in all (new) comments and documentation.
  • I have added a note to RELEASE.md if relevant (new feature, breaking change, or notable bug fix).
  • I have updated version & citation.txt & citation.cff version.

Testing

  • Testing is done automatically and codecov shows test coverage
  • This cannot be tested automatically

…s and reference models

Also add #include <memory> to the shared hpp includes template and all
reference .hpp files so generated code compiles without boost/shared_ptr.hpp.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant