cereal icon indicating copy to clipboard operation
cereal copied to clipboard

std::filesystem::path support

Open f-michaut opened this issue 2 years ago • 3 comments

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

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

f-michaut avatar Dec 10 '23 23:12 f-michaut

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 avatar Jan 17 '24 06:01 AzothAmmo