$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Container] boost::container::vector<bool>
From: Joel falcou (joel.falcou_at_[hidden])
Date: 2011-08-07 13:26:12
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