Package Details: clipper2 1.3.0-1

Git Clone URL: https://aur.archlinux.org/clipper2.git (read-only, click to copy)
Package Base: clipper2
Description: Polygon Clipping and Offsetting
Upstream URL: https://github.com/AngusJohnson/Clipper2
Licenses: BSL-1.0
Submitter: xantares
Maintainer: None
Last Packager: xantares
Votes: 0
Popularity: 0.000000
First Submitted: 2024-01-27 11:17 (UTC)
Last Updated: 2024-05-22 07:36 (UTC)

Latest Comments

hafkensite commented on 2024-05-13 05:52 (UTC) (edited on 2024-05-13 06:08 (UTC) by hafkensite)

Fails to build for me with:

In file included from .../clipper2/src/Clipper2-Clipper2_1.3.0/CPP/Clipper2Lib/include/clipper2/clipper.engine.h:22,
                 from .../clipper2/src/Clipper2-Clipper2_1.3.0/CPP/Clipper2Lib/src/clipper.engine.cpp:17:
.../clipper2/src/Clipper2-Clipper2_1.3.0/CPP/Clipper2Lib/include/clipper2/clipper.core.h:181:22: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
  181 |     explicit Point<T>(const Point<T2>& p) { Init(p.x, p.y); }
      |                      ^

Seems related to https://github.com/AngusJohnson/Clipper2/issues/823