Boost logo

Boost :

From: williamkempf_at_[hidden]
Date: 2001-08-01 09:18:28


--- In boost_at_y..., John Maddock <John_Maddock_at_c...> wrote:

I've not had a chance to look at the config stuff yet, but I'll try
to later. I have a comment on the following, though.

> For the threading library added BOOST_HAS_THREADS, BOOST_NO_THREADS,
> BOOST_HAS_BETHREADS, BOOST_HAS_PTHREADS, BOOST_HAS_WINTHREADS. The
regex
> and pool libraries can also use these.

BOOST_HAS_THREADS and BOOST_NO_THREADS conflict. The Boost.Threads
library only uses BOOST_HAS_THREADS and any need to check for the
opposite only requires a boolean not operation. One or the other
should go away, and I think you know which I'd vote to keep ;).

Bill Kempf


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk