Steve Hutton wrote: > In article <[EMAIL PROTECTED]>, John Maddock wrote: >>> Any thoughts on more explicitly documenting the #defines used to >>> toggle optional features in header-only boost modules? >> >> What where you thinking of other than that already in >> www.boost.org/libs/config/config.htm > > I was thinking of a view from the point of view of each individual > library. e.g., the shared_ptr docs mention what to define to > turn off thread support on a boost that was configured with thread > support on, but I didn't see a specific explanation of what to define > to turn thread support on without Boost Config.
BOOST_DISABLE_THREADS is a Boost.Config macro. It is not specific to shared_ptr. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost