mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 23:37:09 +00:00
A specialization for the shared_ptr<datetime> data type was added to ModelBase member functions fromString, fromJson, toJson and toHttpContent. This should fix compilation errors on generated source code. See https://github.com/coinapi/coinapi-sdk/pull/130