This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
C++ non-scalar conversion error. Help
- From: "Nguyen, Thai" <Thai dot Nguyen at actel dot com>
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 18 Feb 2004 10:43:50 -0800
- Subject: 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