
12 Jul
2011
12 Jul
'11
2:56 p.m.
gpolo1@tampabay.rr.com wrote:
I #defined BOOST_DATE_TIME_NO_LIB in my header file and the program compiles and works fine. So what is the purpose of this definition.
Contrary to what the name might suggest, it just turns autolinking off. Marshall Clow wrote:
See <http://www.boost.org/doc/libs/1_47_0/libs/config/doc/html/index.html>, under "User Settable Options"
Exactly, convince yourself that this macro only controls the autolink feature.