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

Added support for many more std:: types #6

Merged
merged 8 commits into from
Jul 31, 2024

Conversation

brendanlynn
Copy link
Owner

Added support for all of the following:

  • std::optional<...> (declared in header <optional>);
  • std::variant<...> (declared in header <variant>);
  • std::chrono::duration (declared in header <chrono>);
  • std::chrono::time_point (declared in header <chrono>);
  • std::complex (declared in header <complex>);
  • std::array<..., ...> (declared in header <array>).

This pull request would close issue #1.

@brendanlynn brendanlynn linked an issue Jul 31, 2024 that may be closed by this pull request
@brendanlynn brendanlynn self-assigned this Jul 31, 2024
@brendanlynn brendanlynn merged commit bb6787b into main Jul 31, 2024
@brendanlynn brendanlynn deleted the 1-many-serializable-std-types-are-unsupported branch July 31, 2024 15:00
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.

Many serializable std:: types are unsupported
1 participant