From 40d02748924aa7c48b04cf948204d8dacdfbbc74 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 30 Apr 2022 16:28:13 +0200 Subject: refactor: replace DI files with the yacppdic library --- src/DI/extra_concepts.hpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/DI/extra_concepts.hpp (limited to 'src/DI/extra_concepts.hpp') 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 - -template -concept NotSameAs = !std::is_same_v; -- cgit v1.2.3-18-g5258