[Boost-bugs] [Boost C++ Libraries] #4143: Phoenix v1 name clash with Phoenix v2

Subject: [Boost-bugs] [Boost C++ Libraries] #4143: Phoenix v1 name clash with Phoenix v2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-04-23 09:59:54


#4143: Phoenix v1 name clash with Phoenix v2
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: djowel
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: spirit
  Version: Boost 1.42.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 A simple code like

 {{{
 #include <boost/spirit/include/phoenix_core.hpp>
 #include <boost/spirit/include/classic.hpp>
 int main()
 {
 }
 }}}

 Creates a lot of compile errors due to phoenix:: usage being
 misinterpreted by the compiler.

 The main offensive header is
 <boost/spirit/home/classic/attribute/closure.hpp>, replacing all occurence
 of phoenix:: by ::phoenix:: made my particular problem go away.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4143>
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:02 UTC