
7 Aug
2011
7 Aug
'11
7:10 p.m.
El 07/08/2011 19:26, Joel falcou escribió:
It is not clear from the doc but does the vector from boost::container *don't* do the so not useful bool optimization ? Aka can I finally take a pointer to vector<bool> element ?
vector does NOT implement the not so useful optimization. You can take a pointer to a real bool. Best, Ion