← Back to context Comment by Moldoteck 19 hours ago What you mean by smart ptrs not being memory safe? Vector access can be done with at method 1 comment Moldoteck Reply pjmlp 17 hours ago Which unfortunately most people avoid using, and until C++26 there is no at() for span.The best is really to enable compiler specific hardening.
pjmlp 17 hours ago Which unfortunately most people avoid using, and until C++26 there is no at() for span.The best is really to enable compiler specific hardening.
Which unfortunately most people avoid using, and until C++26 there is no at() for span.
The best is really to enable compiler specific hardening.