
14 Oct
2011
14 Oct
'11
1:29 p.m.
2011/10/14 Andrew Hundt <athundt@gmail.com>
After comments by Nate Ridge, Dave Abrahams, and others, I have become convinced that push_back should be unchecked and exceeding the bounds should be undefined, with an option to turn on checking.
I haven't been convinced how the option should be defined, though I've seen several options: 1) locally defined option 2) defined generally for boost 3) combination of 1 and 2, since they are not mutually exclusive 4) policy based.
Hi, I program for embedded, and I've beed observing this discussion with interest. +1 for policy based from me. I can imagine using different policy StaticVectors in the same app. Regards, Kris