Boost logo

Boost Users :

Subject: Re: [Boost-users] [multi-index][foreach] Iterating over a sequence index (worked in 1.46, broke in 1.47)
From: Michel MORIN (mimomorin_at_[hidden])
Date: 2011-07-29 04:52:32


Maxime van Noppen wrote:
> 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?

I think it's a feature request for Multi-Index.
Please create a ticket!

Regards,
Michel


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net