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]
Other format: [Raw text]

Re: compile or not compile


Is this compiler specific

i am using  gcc 3.2.2

On use c++ <filename.cpp>
the program compiles normally 

using gcc it gives errros<i have attached the error file>

Going with Ejay's solution, the problem doesn't get resolved when i
use gcc on my redhat linux 9.0 box



On Thu, 01 Jul 2004 08:59:46 -0500, Eljay Love-Jensen <eljay@adobe.com> wrote:
> Hi Karo,
> 
> Add this to your class A:
> 
> int foo(Items const&)
> {
>   std::cerr << "A::Items\n";
>   return 0;
> }
> 
> HTH,
> --Eljay
> 
>


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