Boost logo

Boost Users :

From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2003-10-21 08:35:00


David Abrahams <dave_at_[hidden]> wrote:
<snip>
> > Thanks for the tips but how do i go about "..preprocessing
> > your code and looking for suspicious #includes."?
> > I never debugged the preprocess level before.
>
> Invoke your compiler with -E instead of -c (or /E instead of /c) and
> look at the #include lines for the names of old-style headers.

There are no #include directives in preprocessor output. There may be
#line directives or similar lines stating filenames though.


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