
21 Aug
2007
21 Aug
'07
2:54 p.m.
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