Skip to content

No constexpr support #56

Open
Open
@JVApen

Description

@JVApen

With recent versions of C++, it is possible to have constexpr iterators, for example for std::array (and in c++20 for vector and string).
The boost iterator functionality, like transform_iterator, filter_iterator ... ain't constexpr and as a result can't be used at constexpr time.

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