boostorg / boostorg/iterator

No constexpr support

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
23
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.