From 727c55c4eeb54901f8f567545516d1c339f96da1 Mon Sep 17 00:00:00 2001 From: joshy Date: Sun, 9 Mar 2025 20:33:51 +0100 Subject: [PATCH] :fire: remove static_assert for type check in UniqueTable to allow use in other packages --- include/mqt-core/dd/UniqueTable.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/mqt-core/dd/UniqueTable.hpp b/include/mqt-core/dd/UniqueTable.hpp index 744a924a6..2e1eddad6 100644 --- a/include/mqt-core/dd/UniqueTable.hpp +++ b/include/mqt-core/dd/UniqueTable.hpp @@ -36,11 +36,6 @@ namespace dd { */ template class UniqueTable { - static_assert( - std::disjunction_v, std::is_same, - std::is_same>, - "Node type must be one of vNode, mNode, dNode"); - public: /** * @brief The initial garbage collection limit.