Skip to content
Snippets Groups Projects
Commit 51d74c15 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

[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.
parent 68be89d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment