lysdexicM to C++English · 9 months agoHow not to check array size in C++pvs-studio.comexternal-linkmessage-square8fedilinkarrow-up130arrow-down12
arrow-up128arrow-down1external-linkHow not to check array size in C++pvs-studio.comlysdexicM to C++English · 9 months agomessage-square8fedilink
minus-squareclyne@discuss.tchncs.delinkfedilinkarrow-up2·9 months agoAt that point I would just use std::span if you can, then you also get the standard container/iterator interfaces for free.
At that point I would just use std::span if you can, then you also get the standard container/iterator interfaces for free.