
15 Oct
2011
15 Oct
'11
2:30 p.m.
Adam Wulkiewicz wrote:
I'd rather use the following:
while ( sv.size() < sv.capacity() && keep_pushing ) // do a push_back into a static_vector
Yeah, if you get to rewrite all the functions that lead to the push_back. Like spirit::parse and everything it calls.