Re: [boost] Re: [indexed_set] volunteers wanted for testing

----- Mensaje original ----- De: Giovanni Bajo <giovannibajo@libero.it> 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

JOAQUIN LOPEZ MU?Z wrote:
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?
Sure: http://gcc.gnu.org/PR14448 -- Giovanni Bajo
participants (2)
-
Giovanni Bajo
-
JOAQUIN LOPEZ MU?Z