kgorking/ecs

Use requirement overloads for context::create_system

kgorking opened this issue · 1 comments

Should allow me to return fully typed systems, which compilers can then inline, which is not possible atm because I am returning a system_base*

Can be done without requirement overloads