Boost logo

Boost :

From: JOAQUIN LOPEZ MU?Z (joaquin_at_[hidden])
Date: 2004-03-07 15:16:51


----- Mensaje original -----
De: Giovanni Bajo <giovannibajo_at_[hidden]>
Fecha: Viernes, Marzo 5, 2004 4:30 pm
Asunto: [boost] Re: [indexed_set] volunteers wanted for testing

> Testing on GCC 3.4 uncovers an issue.
>
> ../../../boost/indexed_set/index.hpp:155: error: there are no
> arguments to
> `final' that depend on a template parameter, so a declaration of
> `final' must
> be available
> This happens also on all the similar lines in the same class: 161,
> 177, 178,
> 179. All final* members seem to be inherited from a dependent
> base, so they
> need to be qualified with "this->" in front of them. The same also
> happens in
> index_set.hpp, line 133, 459. sequenced_index.hpp: 134, 157, 175,
> 176, 177,
> 576, 580.
> I think there are more occurrence of this but maybe they are not
> excercised by
> the testes.

You're very right. I'll add the missing this->'s. Thanx
for the tip.

>
> test_list_ops.cpp generates an ICE which I already submitted for
> analysys.

Is there a link in the GCC database that I can track?

> All the other tests compile and run succesfully (after the above
> fixes).--
> Giovanni Bajo
>

OK, thank you again.

Best,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk