signal lib broken in current cvs version

Hello, I'm not sure where to best report it, but the current cvs version of the signal lib is broken: errors occur in named_slot_map.cpp/named_slot_map.cpp resp. iterator_facade.hpp (using vc7.1). One problem is a syntax error in named_slot_map.cpp line 91 and then methods decrement and advance are missing (resulting in an error in iterator_facade.hpp). best regards, Vasco Lohrenscheit

On Wednesday 05 May 2004 06:23 pm, Vasco Lohrenscheit wrote:
I'm not sure where to best report it, but the current cvs version of the signal lib is broken:
It's fixed now.
One problem is a syntax error in named_slot_map.cpp line 91
It's amazing what GCC will let you get away with...
and then methods decrement and advance are missing (resulting in an error in iterator_facade.hpp).
Looks like a problem with iterator_facade and VC++ 7.1: it shouldn't be trying to use decrement/advance when input_traversal_category_tag is given. Anyway, I have a workaround in place that fixes it for VC++ 7.1. Doug
participants (2)
-
Douglas Gregor
-
Vasco Lohrenscheit