Opened 16 years ago

Last modified 13 years ago

#852 closed Bugs (fixed)

Problem with Boost and GCC 4.1 — at Initial Version

Reported by: nobody Owned by: Douglas Gregor
Milestone: Component: signals
Version: None Severity: Showstopper
Keywords: Cc: ma@…

Description

There is a problem when using slots & trackable with GCC 4.1 - I don't know whether this is a GCC problem or a Boost problem, but it affects us (OpenWengo) on both Fedora Core and Feisty, since both distribute gcc 4.1.

I'm attaching a test case - the expected output is:

create A
fire SGN
A
create B
fire SGN
A
B
delete A
fire SGN
B
delete B
fire SGN
exit

This doesn't happen :) 

Change History (0)

Note: See TracTickets for help on using tickets.