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: why these errors?


Hi Jim,

On Tue, Apr 19, 2016 at 5:32 PM, Jim Michaels
<jim.michaels@jesusnjim.com> wrote:
> mismatched types 'const std::istreambuf_iterator<_CharT, _Traits>' and 'VSI
> {aka unsigned int}'

It's hard to tell without code, but it appears that you're trying to
compare incompatible types. If you post an example, it might be harder
to see the issue.

-Andrew



-- 
--
Andrew Melo


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