[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread vmpn at hitechman dot com
--- Comment #10 from vmpn at hitechman dot com 2007-07-01 19:52 --- Created an attachment (id=13817) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13817&action=view) Test case that calls MyData visit_each without forward declaration If the MydData visit_each is moved i

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread vmpn at hitechman dot com
--- Comment #9 from vmpn at hitechman dot com 2007-07-01 19:44 --- Created an attachment (id=13816) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13816&action=view) Test case that does not call MyData visit_each (as expected) Attaching a test case without forward decla

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-07-01 Thread vmpn at hitechman dot com
--- Comment #8 from vmpn at hitechman dot com 2007-07-01 19:38 --- Created an attachment (id=13815) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13815&action=view) Test case fixed using forward declarations Thank you for your help. I think I now have a better understan

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-06-30 Thread vmpn at hitechman dot com
--- Comment #5 from vmpn at hitechman dot com 2007-07-01 05:28 --- Created an attachment (id=13808) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13808&action=view) Test case without using boost Please find attached a standalone test case without using boost. It base