$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ray (RayHilton_64_at_[hidden])
Date: 2003-10-21 01:21:02
> Someone recently had this problem who was mixing old-style
> (e.g. <iostream.h>) and new-style (e.g. <iostream>) headers in the
> same project. You might try preprocessing your code and looking for
> suspicious #includes.
>
> --
> Dave Abrahams
> Boost Consulting
> www.boost-consulting.com
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.
Argh my head hurts ;)
Thanks,
Ray