Skip to content

Skip generating checkpoint/restore accessor calls for STL containers with non-public/deleted copy assignment operator.#2088

Open
hchen99 wants to merge 3 commits intomasterfrom
422-stl-containers-with-non-assignable-types
Open

Skip generating checkpoint/restore accessor calls for STL containers with non-public/deleted copy assignment operator.#2088
hchen99 wants to merge 3 commits intomasterfrom
422-stl-containers-with-non-assignable-types

Conversation

@hchen99
Copy link
Copy Markdown
Contributor

@hchen99 hchen99 commented Apr 7, 2026

Updated not to generated checkpoint_stl and restore_stl accessor functions for STL containers that have element type with non-public or deleted copy assignment operator.

…tions for STL containers that have element type with non-public or deleted copy assignment operator.
@hchen99 hchen99 linked an issue Apr 7, 2026 that may be closed by this pull request
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 7, 2026

Coverage Status

coverage: 55.798%. remained the same — 422-stl-containers-with-non-assignable-types into master

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.

STL containers with non-assignable types break the build

2 participants