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

Add optional<T> data type to supported types #2

Merged
merged 5 commits into from
Jul 31, 2023

Commits on Jul 31, 2023

  1. Add support for std::optional<T>

    Miro Palmu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f567495 View commit details
    Browse the repository at this point in the history
  2. Make boolean tests not be right on default

    Miro Palmu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    393c586 View commit details
    Browse the repository at this point in the history
  3. Add tests for optional<T> support

    Miro Palmu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    83226d8 View commit details
    Browse the repository at this point in the history
  4. fix for clang

    stephenberry committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0676304 View commit details
    Browse the repository at this point in the history
  5. Delete msvc_2019.yml

    stephenberry committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5261348 View commit details
    Browse the repository at this point in the history