On Thu, 26 Oct 2023, Sam James wrote: > These options both enabled more checking within the C++ standard library > and can expose errors in submitted code.
This is a good addition, thank you! I was going to approve/push, but it's probably better for Jonathan to give the final okay. Just one question: > +... If either of these fail, this is a strong indicator > +of an error in your code.</p> What does "fails" mean in this context? Are we looking at build failures? Run-time failures? Gerald