silverqx / TinyORM

Modern C++ ORM library
https://www.tinyorm.org
MIT License
210 stars 22 forks source link

GitHub Actions ubuntu compilation failure #34

Closed SchaichAlonso closed 10 months ago

SchaichAlonso commented 10 months ago

On github actions provided ubuntu-22.04, orm/tiny/concerns/hasrelationships.hpp:1617 invokes reserve on an instance of RelationsContainer, which is defined to be an std::map in orm/tiny/tinytypes.hpp:61.

std::map instances do not have reserve.

Reproducer CI run

silverqx commented 10 months ago

Fixed in v0.34.1 already released, CI are running.