mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-18 02:02:08 +00:00
Updated polygon.hpp, ring_type is now reference because it returns a reference to its rings
Updated many test files to avoid point_2d Updated boost.polygon adaption [SVN r67178]
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <boost/geometry/extensions/gis/io/wkt/read_wkt.hpp>
|
||||
#include <boost/geometry/util/write_dsv.hpp>
|
||||
#include <boost/geometry/geometries/cartesian2d.hpp>
|
||||
#include <boost/geometry/geometries/geometries.hpp>
|
||||
#include <boost/geometry/geometries/adapted/tuple_cartesian.hpp>
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ void test_all()
|
||||
|
||||
int test_main(int, char* [])
|
||||
{
|
||||
test_all<bg::model::d2::point>();
|
||||
test_all<bg::model::d2::point_xy<double> >();
|
||||
test_all<bg::model::point<int, 2, bg::cs::cartesian> >();
|
||||
test_all<boost::tuple<double, double> >();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user