From 7d028cce660bd147424ead3c511395e6e42b0986 Mon Sep 17 00:00:00 2001 From: hashlag Date: Mon, 31 Aug 2026 01:32:52 +0300 Subject: [PATCH] SeArray: Replace enable_if with a concept. --- Chaos/Service/SeArray.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Chaos/Service/SeArray.hpp b/Chaos/Service/SeArray.hpp index 24c7875..604cc01 100644 --- a/Chaos/Service/SeArray.hpp +++ b/Chaos/Service/SeArray.hpp @@ -2,14 +2,13 @@ #define CHAOS_SERVICE_SEARRAY_HPP #include -#include +#include #include namespace Chaos::Service { -template>> +template class SeArray { public: