diff --git a/include/omath/utility/pattern_scan.hpp b/include/omath/utility/pattern_scan.hpp index d1596a9..317bdaa 100644 --- a/include/omath/utility/pattern_scan.hpp +++ b/include/omath/utility/pattern_scan.hpp @@ -37,7 +37,7 @@ namespace omath public: [[nodiscard]] static std::span::const_iterator scan_for_pattern(const std::span& range, - const std::string_view& pattern); + const std::string_view& pattern); template requires std::input_or_output_iterator>