$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [system][chrono] header-only libs
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-01-06 16:37:56
El 06/01/2011 21:12, Beman Dawes escribió:
> Do any other Boost libraries have header-only configurations? What
> macro do they use?
Although Boost.DateTime is not a header-only library, if you just need
an small subset (e.g. the one used by Interprocess) you need to use
BOOST_DATE_TIME_NO_LIB. But that's a different meaning, of course.
BOOST_SYSTEM_HEADER_ONLY sounds fine.
Best,
Ion