[Boost-bugs] [Boost C++ Libraries] #8949: Spirit VC10 compilation error : boost\spirit\repository\home\qi\operator\keywords.hpp(169): error C2653: 'mpl_' : is not a class or namespace name

Subject: [Boost-bugs] [Boost C++ Libraries] #8949: Spirit VC10 compilation error : boost\spirit\repository\home\qi\operator\keywords.hpp(169): error C2653: 'mpl_' : is not a class or namespace name
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-01 16:23:26


#8949: Spirit VC10 compilation error :
boost\spirit\repository\home\qi\operator\keywords.hpp(169): error C2653:
'mpl_' : is not a class or namespace name
------------------------------+------------------------
 Reporter: bruno.bianchi@… | Owner: djowel
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
  Version: Boost 1.54.0 | Severity: Regression
 Keywords: mpl_ C2653 |
------------------------------+------------------------
 When updating from 1.46 to 1.54 (zipped version), the following code
 failde to compiled with VC10:

 {{{
 #include <boost/spirit/include/qi.hpp>
 #include <boost/spirit/repository/include/qi_keywords.hpp>

 int main()
 {
         return 0;
 }
 }}}

 I got the following error:

 {{{
 boost_1_54_0\boost\spirit\repository\home\qi\operator\keywords.hpp(169):
 error C2653: 'mpl_' : is not a class or namespace name
 }}}

 I tried with boot 1.51 and the error was already present.
 Is it a typing error ('mpl_' instead of 'mpl') or did I something wrong?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8949>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC