$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bohdan (warever_at_[hidden])
Date: 2002-07-22 20:01:21
RE: [boost] #include <boost/...> to #include "boost/..." transition?Another,
possibly useful, point of view:
<...> - is used for headers with fixed contents
"..." - used when header is frequently changed
This approach can be used for automatic generation of precompiled
headers. Only includes with <...> are copied to precompiled header file.
I do not know whether standart has something about precompiled headers,
most probably not. Anyway i wish to include boost headers in <...> for this
reason.
thanks,
bohdan