aboutsummaryrefslogtreecommitdiff
path: root/src/DI/extra_concepts.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DI/extra_concepts.hpp')
-rw-r--r--src/DI/extra_concepts.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/DI/extra_concepts.hpp b/src/DI/extra_concepts.hpp
deleted file mode 100644
index 45180c6..0000000
--- a/src/DI/extra_concepts.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include <type_traits>
-
-template <typename FirstType, typename SecondType>
-concept NotSameAs = !std::is_same_v<FirstType, SecondType>;