mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 08:49:10 +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