$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [utility] base_from_member variadic template error on gcc-4.6.0 c++0x
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2013-01-26 04:54:11
Le 21/01/13 09:22, Nathan Ridge a écrit :
>> I'm getting the following compiler error.
>>
>> [snip]
>>
>> ..\..\../boost/utility/base_from_member.hpp:135:55: sorry, unimplemented:
>> use of 'type_pack_expansion' in template
> Sounds like http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48292.
> Fixed in GCC 4.6.1 and 4.7 series.
>
>
Yes, I know. My concern was if base_from_member shouldn't be updated to
be able to work as before the code was changed.
Vicente