$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2005-08-11 18:51:19
I started out by trying to figure out if shared_ptr always uses threading.
A quick look at the jamfiles did not suggest that threading was disabled
when building single.
Then I tried this:
nm --demangle libboost_regex-d.a | grep -i thread
[ lots of threading symbols ]
OK, so why is the single threaded version of a library full of threading
references? Is this a problem?
Oh, this is gcc/linux system