This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Description
Many thanks for making this incredible library openly available!
In Ubuntu 22.04, with g++ version 12.3.0 in a project that uses C++20, simply including SIMDString.h in a trivial main.cpp for testing and compiling with g++ 12.3.0 gives the error:
SIMDString.h:362:34: error: explicit template argument list not allowed
static inline constexpr bool is_iterator<InputIter, std::void_t<typename std::iterator_traits::iterator_category>> = true;
Any clue how to overcome that?