On 9/11/25 17:05, Luc Grosheintz wrote:
Static checks already cover this.but what if `_M_exents is completely dynamic, e.g. std::extents<uint8_t, dyn, dyn>{128, 4}
I see, we can constexpr if the check away for fully static extents.
On 9/11/25 17:05, Luc Grosheintz wrote:
Static checks already cover this.but what if `_M_exents is completely dynamic, e.g. std::extents<uint8_t, dyn, dyn>{128, 4}
I see, we can constexpr if the check away for fully static extents.