[Container] boost::container::vector<bool>

7 Aug
2011
7 Aug
'11
5:26 p.m.
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 ? Thanks

7 Aug
7 Aug
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
5099
Age (days ago)
5099
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ion Gaztañaga
-
Joel falcou