mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 09:59:14 +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