From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: rainer.dorsch@informatik.uni-stuttgart.de Cc: egcs@cygnus.com Subject: Re: egcs and pointers to methods / compatibility with gcc 2.7.2 Date: Sat, 09 May 1998 13:21:00 -0000 Message-id: References: X-SW-Source: 1998-05/msg00328.html Rainer Dorsch writes: > Does anybody know, how I can fix this problem? In order to form a pointer to member, you must use the syntax &foo::bar (note the address-of operator) instead of just foo::bar Which gcc 2.7 used to accept. -- Alexandre Oliva mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org http://www.dcc.unicamp.br/~oliva Universidade Estadual de Campinas, SP, Brasil