lysdexic@programming.devM to C++@programming.devEnglish · 7 months agoHow not to check array size in C++pvs-studio.comexternal-linkmessage-square8fedilinkarrow-up129arrow-down12
arrow-up127arrow-down1external-linkHow not to check array size in C++pvs-studio.comlysdexic@programming.devM to C++@programming.devEnglish · 7 months agomessage-square8fedilink
minus-squareclyne@discuss.tchncs.delinkfedilinkarrow-up2·7 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.