$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [msvc] #warning preprocessor directive
From: Beman Dawes (bdawes_at_[hidden])
Date: 2017-10-17 12:10:10
I find it very irritating that VC++ does not support #warning, and have
opened a feature request:
The last time #warning was suggested it was rejected because not enough
people voted for it. So please consider upvoting it on the above link.
The lack of #warning affects Boost libraries in that developers avoid
otherwise useful warnings because of the hassle for using an extension not
supported by VC++.
--Beman