mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 08:31:21 +00:00
* Updated the Petstore samples * This change uses std::stringstream for string conversions instead of std::to_string(). Android doesn't yet support std::to_string(). This should fix #4632