
21 Apr
2008
21 Apr
'08
9 a.m.
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