silverqx / TinyORM

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

Include <variant> rather then prototyping std::variant #15

Closed SchaichAlonso closed 1 year ago

SchaichAlonso commented 1 year ago

On libc++ based systems, the std::variant type provided by the header is different to the one prototyped in ormconcepts.hpp, causing a compilation failure.

Fixes #13