Skip to content
  • Michael Kuron's avatar
    [API] Remove dependency resolution from Singleton · 51d74c15
    Michael Kuron authored
    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.
    51d74c15