$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Krügler (dsp_at_[hidden])
Date: 2008-08-28 10:51:40
Brenda Orlin wrote:
> The only code I am including that was not self-developed is standard
> C/C++ headers and Boost stuff. I have just confirmed that if I
> comment-out the line which #includes boost/thread, the code compiles
> fine. If I put the line back in (not even trying to use the Boost stuff,
> just including that header), I get all the errors again. Any other
> suggestions?
Please provide a minimal example code that should demonstrate the
problem. I tested the following - which summarizes your description -
and compiled it with VS2005 SP 1 successfully:
--------------------------------
#include <boost/thread.hpp>
int main() {
}
--------------------------------
Greetings from Bremen,
Daniel Krügler