$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [multi-index][foreach] Iterating over a sequence index (worked in 1.46, broke in 1.47)
From: Maxime van Noppen (maxime_at_[hidden])
Date: 2011-07-29 04:31:19
On 07/29/2011 10:03 AM, Michel MORIN wrote:
> To compile the code please add the following code:
>      namespace boost { namespace foreach
>      {
>          template<typename SuperMeta,typename TagList>
>          struct is_noncopyable<
>              boost::multi_index::detail::sequenced_index<SuperMeta, TagList>
>          >  : mpl::true_
>          {};
>      }}
>
Works! Great! Thank you very much. Should I create a ticket with this 
for Foreach or Multi-Index? Or is it already fixed in trunk?
-- Maxime