
6 May
2004
6 May
'04
5:20 p.m.
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