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
This should be fixed by having custom type with multi-arg operator[] guarded by the __cpp_multidimensional_subscript feature macro. If multiarg [] is not available, the CAPTURE will be evaluated with the comma operator, if it is, as an multiarg [].
This should be fixed by having custom type with multi-arg operator[] guarded by the __cpp_multidimensional_subscript feature macro. If multiarg [] is not available, the CAPTURE will be evaluated with the comma operator, if it is, as an multiarg [].
Description
There wasn't many issues so far with what g++/clang++ implement now (for meson build)
This one test won't work due to lack of
std::vector::operator[] (int, int, int)
Additional context
When the time comes, that c++23 is supported.
The text was updated successfully, but these errors were encountered: