$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] BOOST_DATE_TIME_NO_LIB
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2011-07-12 10:56:44
gpolo1_at_[hidden] 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.