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

SIMDString.h:362 gives "error: explicit template argument list not allowed" with g++ 12.3.0 #14

@luizpara

Description

@luizpara

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions