[Boost-bugs] [Boost C++ Libraries] #10863: Geometry and asio includes cause compilation errors.

Subject: [Boost-bugs] [Boost C++ Libraries] #10863: Geometry and asio includes cause compilation errors.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-10 08:09:23


#10863: Geometry and asio includes cause compilation errors.
------------------------------+---------------------------
 Reporter: tyss.k@… | Owner: barendgehrels
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: geometry
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------
 Including
 {{{
 #include <boost/asio.hpp>
 #include <boost/geometry.hpp>
 }}}

 causes compilation errors. Everything is fine if includes are reordered:

 {{{
 #include <boost/geometry.hpp>
 #include <boost/asio.hpp>
 }}}
 Error also ocurres in boost 1.56.0. Boost 1.55.0 is fine.

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