From 522c446c801e62d360480744a6e89d91dd840c95 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 28 Feb 2022 19:33:20 +0100 Subject: refactor: delete commented code in DI container header --- src/DI/container.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/DI/container.hpp') diff --git a/src/DI/container.hpp b/src/DI/container.hpp index 2402894..6cb89ce 100644 --- a/src/DI/container.hpp +++ b/src/DI/container.hpp @@ -47,14 +47,6 @@ public: template >> std::shared_ptr get() const; - /* - template && - std::is_invocable_v>> - Interface get() const; - */ - template ::value>> Interface get() const; -- cgit v1.2.3-18-g5258