$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Multi Index with BOOST_AUTO question.
From: Igor R (boost.lists_at_[hidden])
Date: 2009-10-13 13:39:55
>
> I got that. I've looked at Boost.Typeof documentation. But why was it
> working with VS2005 ?
>
Because in VS2005 index copying was not blocked (due to some compiler
limitations) - it just would cause a crash in any subsequent operation with
that copy :).