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/type_traits.hpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/DI/type_traits.hpp (limited to 'src/DI/type_traits.hpp') diff --git a/src/DI/type_traits.hpp b/src/DI/type_traits.hpp deleted file mode 100644 index 6847c4f..0000000 --- a/src/DI/type_traits.hpp +++ /dev/null @@ -1,18 +0,0 @@ -#pragma once - -#include "DI/factory.hpp" - -#include - -template -struct is_factory : public std::false_type // NOLINT(readability-identifier-naming) -{ -}; - -template -struct is_factory> : public std::true_type -{ -}; - -template -inline constexpr bool is_factory_v = is_factory::value; -- cgit v1.2.3-18-g5258