This is the mail archive of the gcc-patches@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]

C++ non-scalar conversion error. Help


Hi, Please help.

I run into a C++ conversion to non-scalar type when I port codes from PC to
linux platform.  I am using Linux 7.2, gcc 3.0.3.  Following is a of the
conversion error from compiler:

/vobs/nsrc/pd/lib/ippbase/ifc/ippmacro.inl:155: conversion from 
   `std::__normal_iterator<IppPin* const*, std::vector<IppPin*, 
   std::allocator<IppPin*> > >' to non-scalar type 
   `std::__normal_iterator<const IppPin* const*, std::vector<const IppPin*, 
   std::allocator<const IppPin*> > >' requested


Any patch? Or any way to get around with this problem, please help me.
Thank you very much.

Thai Nguyen
Thai.Nguyen@actel.com



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