$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-04-21 05:00:05
Hi,
I get al lot of these warnings:
D:\boost\trunk\boost/spirit/core.hpp(13) : warning C4083: expected
'string'; found identifier 'warning' fromt this code:
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
# pragma message (warning "This header is deprecated. Please use:
boost/spirit/include/core.hpp")
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) ||
defined(__IBMCPP__)
# warning "This header is deprecated. Please use:
boost/spirit/include/core.hpp"
#endif
The problem is due to the "warning" before the text. I don't know if
removing this breaks some of the other compilers.
Btw, do we have BOOST_WARNING( "foo" ) yet, or would it be an idea to
add it?
best regards
-Thorsten