Closed FrancoisChabot closed 6 years ago
I pushed a temporary fix, but the whole feature needs to be revisited with constexpr in mind.
Furthermore, this was only caught in the MSVC CI build. The vecpp::non_cste indirection did NOT catch this, which is worrisome.
vecpp::non_cste
The good news is that the build passing was due to to the indirecction not being invoked properly.
I pushed a temporary fix, but the whole feature needs to be revisited with constexpr in mind.
Furthermore, this was only caught in the MSVC CI build. The
vecpp::non_cste
indirection did NOT catch this, which is worrisome.