
6 Jan
2011
6 Jan
'11
9:37 p.m.
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