$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Container] boost::container::vector<bool>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-08-07 15:10:39
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