teslamotors / fixed-containers

C++ Fixed Containers
MIT License
352 stars 31 forks source link

Fix FixedVector and EnumMap to work with ADL and CTAD #57

Closed alexkaratarakis closed 11 months ago

alexkaratarakis commented 11 months ago

Aliases don't work here, use a forwarding child class.

https://en.cppreference.com/w/cpp/language/adl https://en.cppreference.com/w/cpp/language/class_template_argument_deduction