Skip to content

fix: ensure eicd::Vector2f and 3f exist

Wouter Deconinck requested to merge ensure-eicd-vector2f-3f into master

Without header for eicd::Vector2f, no such type exists, and the resolving of Vector2f in namespace eicd fails before SFINAE can make the conditional work...

Merge request reports