Boost logo

Boost Users :

Subject: Re: [Boost-users] Build error C3083
From: Chris Glover (c.d.glover_at_[hidden])
Date: 2017-06-26 16:07:36


>
>
> Any further thoughts on this please? I'm stuck till I can get past this.
> Thanks.
>
>
>
I suggest finding the switch that outputs the pre-processed C++ file before
it goes to the compiler. Usually /E or -E. Pipe the output to a txt file
and look for the offending code to see if it looks like you think it
should. That will tell you whether it's a pre-processing issue or not.

I expect that the file ends up malformed due to something in the
pre-processor, so try this and we'll go from there.

-- chris



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net