Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11315: Compilation warnings created by boost::polygon::operators
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-06-10 15:06:56
#11315: Compilation warnings created by boost::polygon::operators
-------------------------------+----------------------
Reporter: lopresti@⦠| Owner: ljsimons
Type: Bugs | Status: new
Milestone: To Be Determined | Component: polygon
Version: Boost 1.58.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by anonymous):
I found this report looking for a similar problem with compiling KiCad
which uses the boost::polygon library. The issue / solution is that using
unnamed types in a template argument was illegal using older C++ standard.
Using C++0x, it is allowed. So.. you can compile this without warning /
error by adding -std=C++0x to the clang++ call.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11315#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:18 UTC