$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-21 10:54:07
Sergey Skorniakov wrote:
> Serialization library uses spirit to parse XML. For thread-safety,
> BOOST_SPIRIT_THREADSAFE should be defined while building
> serialization library. It will cause linking to thread library
> anyway.
Hmmm, I run all my tests here and the threading library isn't even
built, much less linked in. Even when I use <threading>multi in
the Jamfile. So I don't know what to say about this.
Robert Ramey