On 4/19/2016 4:10 PM, Andrew Melo wrote:
the problem is resolved. all I knew based on the error message was that I had the definition for VSI wrong.Hi Jim, On Tue, Apr 19, 2016 at 5:32 PM, Jim Michaels <jim.michaels@xxxxxxxxxxxxx> 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