Does compiler gcc support reference arguments?



Hello everyone,

I declare a function like below:
     void AA(int&  i);

but gcc give an error message.

Are there related options in gcc?

Regards


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]