$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2006-10-16 00:29:19
Vladimir Prus wrote:
> #if defined(BOOST_BUILD_PCH_ENABLED)
> #include "pch.h"
> #endif
> Then, if toolset lacks PCH support, the pch header won't be included at all.
> Thoughts?
It won't work in MSVS. PCH header must be the first preprocessor
directive in file.
-- With respect, Alex Besogonov (cyberax_at_[hidden])