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

[C++][Pistache] Compile error when nesting component/schema reference objects (#16711) #18586

Merged

Commits on May 6, 2024

  1. [C++][Pistache] Compile error when nesting references (OpenAPITools#1…

    …6711)
    
    When components/schema/<object> reference other objects, validate() was
    getting called on the referenced objects with no arguments. The return
    value was void, but checked as if it was a boolean value.
    keyjh2 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    af2e53c View commit details
    Browse the repository at this point in the history