[Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 11 16:37:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-11 16:37 -------
Here is the error message get on the mainline:
MT_Reference_Counted_Notify_Test.cpp: In constructor `test<REACTOR_IMPLEMENTATION>::test(int)
[with REACTOR_IMPLEMENTATION = ACE_Select_Reactor]':
MT_Reference_Counted_Notify_Test.cpp:397: instantiated from here
MT_Reference_Counted_Notify_Test.cpp:311: error: invalid use of 'Reference_Counted_Event_Handler::
Reference_Counted_Event_Handler' to form a pointer-to-member-function. Use a qualified-id.
MT_Reference_Counted_Notify_Test.cpp: In constructor `test<REACTOR_IMPLEMENTATION>::test(int)
[with REACTOR_IMPLEMENTATION = ACE_TP_Reactor]':
MT_Reference_Counted_Notify_Test.cpp:406: instantiated from here
MT_Reference_Counted_Notify_Test.cpp:311: error: invalid use of 'Reference_Counted_Event_Handler::
Reference_Counted_Event_Handler' to form a pointer-to-member-function. Use a qualified-id.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14525
More information about the Gcc-bugs
mailing list