On Fri, Sep 2, 2011 at 3:32 PM, Dominique Devienne
<ddevienne@gmail.com> wrote:
On Fri, Sep 2, 2011 at 8:07 AM, Ovanes Markarian <
om_boost@keywallet.com> wrote:
> entries.find(boost::make_tuple(false)); //!!!! this line results in an
Your composite_key has two components, so shouldn't you make a 2-tuple
with a timestamp instead of just providing the mask state? --DD
Hello Dominique,
as far as I understand docs I souldn't.
And that is also the reason why I use a multi_index here with a composite key...
This is what I assume from the examples in the docs:
With Kind Regards,
Ovanes