lysdexic@programming.devM to C++@programming.devEnglish · 2 years agoHow not to check array size in C++pvs-studio.comexternal-linkmessage-square8linkfedilinkarrow-up129arrow-down12
arrow-up127arrow-down1external-linkHow not to check array size in C++pvs-studio.comlysdexic@programming.devM to C++@programming.devEnglish · 2 years agomessage-square8linkfedilink
minus-squareclynelinkfedilinkarrow-up2·2 years 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.