Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum cpp version should be 20 now that span is being used #37

Open
anedergaard opened this issue Aug 3, 2022 · 1 comment
Open

Comments

@anedergaard
Copy link
Contributor

See cpp reference for when span was introduced https://en.cppreference.com/w/cpp/container/span

@ionutneicu
Copy link

It would work on C++14 at least.
For this, it requires a std::span version for old C++ compilers such as: https://raw.githubusercontent.com/tcbrindle/span/master/include/tcb/span.hpp plus some other minor changes.
However it won't compile on C++11 due to further constexpr errors which are harder to solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants