This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Is *& Legal?


In article <MPG.129004dc43a51770989688@news.wustl.edu>,
	Erik Berry <eberry@please.remove.aol.com> writes:
>   Some compilers allow function definitions like this in header files:
> 
> int my_function(char *&next);

Isn't that a reference to a char pointer in C++?
Perhaps you missed some ifdef c++ stuff?

Bye,
Martin.

-- 
The early bird gets the worm. If you want something else for       
breakfast, get up later.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]