mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
[test] Fix unused typedef warning in simplify test
This commit is contained in:
parent
130c64b7c7
commit
bf7c758967
@ -168,7 +168,7 @@ void test_geometry(std::string const& wkt,
|
|||||||
DistanceMeasure const& distance,
|
DistanceMeasure const& distance,
|
||||||
Strategy const& strategy)
|
Strategy const& strategy)
|
||||||
{
|
{
|
||||||
typedef typename bg::point_type<Geometry>::type point_type;
|
//typedef typename bg::point_type<Geometry>::type point_type;
|
||||||
|
|
||||||
Geometry geometry;
|
Geometry geometry;
|
||||||
bg::read_wkt(wkt, geometry);
|
bg::read_wkt(wkt, geometry);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user