$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [MultiIndex] cryptic gcc error
From: Dominique Devienne (ddevienne_at_[hidden])
Date: 2011-09-02 09:32:14
On Fri, Sep 2, 2011 at 8:07 AM, Ovanes Markarian <om_boost_at_[hidden]> 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