Re: [Boost-bugs] [Boost C++ Libraries] #12427: Boost Spirit: call of 'swap' is ambiguous

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12427: Boost Spirit: call of 'swap' is ambiguous
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-03 18:02:45


#12427: Boost Spirit: call of 'swap' is ambiguous
-------------------------------+---------------------
  Reporter: hannes@… | Owner: djowel
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: spirit
   Version: Boost 1.58.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------

Comment (by hannes@…):

 I could compile the minimum example after inserting

 {{{
 namespace boost {
 namespace fusion {
  void swap(MyList&a1, MyList&a2)
  {
   boost:swap(a1, a2);
  }
 }
 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12427#comment:5>
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:20 UTC