mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
Merged Boost.Geometry from revision 71123 to 71336
[SVN r71339]
This commit is contained in:
@@ -324,7 +324,7 @@ void test_pointer_version()
|
||||
p = new test::test_point_xy; p->x = 10; p->y = 10; ln.push_back(p);
|
||||
|
||||
bg::model::box<bg::model::d2::point_xy<double> > box;
|
||||
bg::assign(box, 2, 2, 8, 8);
|
||||
bg::assign_values(box, 2, 2, 8, 8);
|
||||
|
||||
typedef bg::model::linestring<bg::model::d2::point_xy<double> > output_type;
|
||||
std::vector<output_type> clip;
|
||||
|
||||
Reference in New Issue
Block a user