$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-01-28 04:16:13
Lars Hagström wrote:
> In the boost CVS the clear()-method of boost::interprocess::deque is
> private. Is this by design or mistake?
> If it is by design, could anyone enlighten me as to why?
It's a mistake. And erase(iterator, iterator) was also declared private.
I've uploaded a new version of deque to CVS. Tell me if you have any
problem.
Regards,
Ion