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

fix: use proper string concatenation for error on unsupported types #125

Merged

Commits on Sep 23, 2024

  1. fix: use proper string concatenation for error on unsupported types

    The previous default template instances of `decodeType` for parametrized
    types used a "concatenation" on two char pointers, which doesn't work.
    This PR fixes that by making one of the two an `std::string`. The error
    did not show up until now because all supported types have
    specializations of the template.
    
    Signed-off-by: Ingo Müller <ingomueller@google.com>
    ingomueller-net committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    610452d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix style

    EpsilonPrime authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ab022c1 View commit details
    Browse the repository at this point in the history