$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] can I only use 'user.cpp' under boost/config for all #define
From: code (b4code_at_[hidden])
Date: 2011-11-17 11:13:43
Hi Boost users,
Can I put all #define like the following in boost/config/user.cpp instead of putting them in boostcpp.jam or/and other jam files?
...
#define BOOST_NO_ANSI_APIS
//( for example )
#define MY_VAR
...
Thanks,
Yan