Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13039: geometry::difference with multi_linestring and multi_polygon needs geometry.hpp to compile with MinGW/LLVM (was: geometry::difference with multi_linestring and multi_polygon doesn't compile with MinGW)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-05-22 09:33:32
#13039: geometry::difference with multi_linestring and multi_polygon needs
geometry.hpp to compile with MinGW/LLVM
-------------------------------+---------------------------
Reporter: bruno.deligny@⦠| Owner: barendgehrels
Type: Bugs | Status: new
Milestone: To Be Determined | Component: geometry
Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------------
Comment (by bruno.deligny@â¦):
It also doesn't compile on LLVM MacOSX/iOS either.
I included:
{{{
#!div style="font-size: 80%"
Code highlighting:
{{{#!python
#include <boost/geometry/geometries/polygon.hpp>
#include <boost/geometry/geometries/multi_polygon.hpp>
#include <boost/geometry/geometries/linestring.hpp>
#include <boost/geometry/geometries/multi_linestring.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/algorithms/difference.hpp>
}}}
}}}
I thought it was sufficient but it compile if i also include:
{{{
#!div style="font-size: 80%"
Code highlighting:
{{{#!python
#include <boost/geometry.hpp>
}}}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/13039#comment:1> 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-05-22 09:38:36 UTC