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

std::filesystem::path support #809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

f-michaut
Copy link

Adding std::filesystem::path support in cereal.

Relying on the current std::string serialization since it is the underling storage for filesystem::path.

@AzothAmmo
Copy link
Contributor

This looks pretty good, it needs a unit test like the other types, and that unit test should be properly gated behind C++17 conditionals like similar features.

@AzothAmmo AzothAmmo added this to the v1.3.3 milestone Jan 17, 2024
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