2 Commits

Author SHA1 Message Date
Morten Winkler
c896857e6a [cpp][pistache-server] Add re-generated samples. 2024-10-26 08:40:27 +02:00
keyjh2
be94c22d08
[C++][Pistache] Compile error when nesting references (#16711) (#18586)
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.
2024-05-07 17:15:42 +08:00