You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See cpp reference for when span was introduced https://en.cppreference.com/w/cpp/container/span
The text was updated successfully, but these errors were encountered: