Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10920: Boost error from XlC11. 01 using BOOST 1.53 in union
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-13 18:37:48
#10920: Boost error from XlC11. 01 using BOOST 1.53 in union
-------------------------------+------------------------------
Reporter: devika.rs@⦠| Owner: barendgehrels
Type: Bugs | Status: new
Milestone: To Be Determined | Component: geometry
Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords: Union on XlC11.1
-------------------------------+------------------------------
Comment (by awulkiew):
Hi,
I personally am not aware of this problem. I have no access to an AIX
machine.
Is the code in test.cpp exactly the same as on the page? Or have you tried
the example contained in
`BOOST_ROOT/libs/geometry/doc/src/examples/algorithms/union.cpp`
(https://github.com/boostorg/geometry/blob/boost-1.53.0/doc/src/examples/algorithms/union.cpp)
?
Could you try to find what exactly fails to compile. Is it
`model::polygon`, `read_wkt` or `union_`? Are you able to compile the
`bg::model::polygon` properly? For example:
{{{
typedef boost::geometry::model::d2::point_xy<double> point;
typedef boost::geometry::model::polygon<point> polygon;
polygon p;
}}}
If it was ok and you tried to add other things from the example, when does
the code stop to compile?
Could you provide more info or contact the developers on the mailing list
(http://lists.boost.org/mailman/listinfo.cgi/geometry)?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10920#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-02-16 18:50:17 UTC