There was an error fetching the commit references. Please try again later.
[API] Remove dependency resolution from Singleton
It is not actually used anywhere (since the removal of the old pe), is very hard to read, and essentially contains a custom clone of std::tuple. If it is ever needed, it could easily be re-implemented using std::tuple and variadic templates in significantly less code.
src/core/singleton/NullType.h
deleted
100644 → 0
This diff is collapsed.
src/core/singleton/TypeList.h
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment