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

274 add serializer for c++17 std::variant #317

Merged
merged 10 commits into from
Aug 3, 2023

Conversation

lifflander
Copy link
Contributor

@lifflander lifflander commented Jul 26, 2023

Fixes #274

This adds a serializer for std::variant. I've also included changes to rename Serializer to BaseSerializer after a very annoying bug in my code due to a mistake in my template.

I've made changes that allow building the docker images with ARM so I can run/test on my M2 mac.

@lifflander lifflander linked an issue Jul 26, 2023 that may be closed by this pull request
Copy link
Contributor

@nlslatt nlslatt left a comment

Choose a reason for hiding this comment

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

Mostly looks good but I think you may have missed some needed changes related to the base serializer rename.

@lifflander lifflander merged commit ec734e0 into develop Aug 3, 2023
16 of 17 checks passed
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.

add serializer for C++17 std::variant
2 participants