Re: [Boost-bugs] [Boost C++ Libraries] #11181: Header conflict "using-declaration causes a multiple declaration of 'boost::iterators::use_default'"

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11181: Header conflict "using-declaration causes a multiple declaration of 'boost::iterators::use_default'"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-11-23 11:42:08


#11181: Header conflict "using-declaration causes a multiple declaration of
'boost::iterators::use_default'"
-------------------------------+-----------------------------
  Reporter: fsmoke@… | Owner: steven_watanabe
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: type_erasure
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-----------------------------

Comment (by nat@…):

 In Boost 1.59.0, (what I assume to be) another manifestation of the same
 bug is driven by this source:

 {{{
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <boost/type_erasure/any.hpp>
 }}}

 It's broken in either order, though the errors differ:

 {{{
 #include <boost/type_erasure/any.hpp>
 #include <boost/iterator/iterator_adaptor.hpp>
 }}}

 My platform is Apple LLVM version 7.0.0 (clang-700.1.76) from Xcode 7.1.1.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11181#comment:6>
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:19 UTC