From 4cd5e8f8292ae4b419bec6c03e077974192c6f13 Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 15 Jul 2026 15:29:10 +0300 Subject: [PATCH] improved stuff --- include/omath/utility/pattern_scan.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/omath/utility/pattern_scan.hpp b/include/omath/utility/pattern_scan.hpp index 27d1607..f46c6f2 100644 --- a/include/omath/utility/pattern_scan.hpp +++ b/include/omath/utility/pattern_scan.hpp @@ -54,9 +54,6 @@ namespace omath return {value, Length - 1}; } }; - template - ConstevalPattern(const char (&)[N]) -> ConstevalPattern; - [[nodiscard]] static std::span::iterator scan_for_pattern(const std::span& range, const std::string_view& pattern);