2 Dec
2019
2 Dec
'19
5:52 p.m.
On Fri, Nov 29, 2019 at 2:39 AM Andrzej Krzemienski via Boost < boost@lists.boost.org> wrote:
I suspect (I am not programming in an embedded system) that rather than relying on __builtin_trap() or std::abort(), what you do is start treating a `resize()` over `capacity()` as a precondition violation (a bug). And this causes a different programming model and the organization of your code.
Yes, this is exactly my claim as well. Zach