// Mirrors `boost/geometry/test/concepts/point_with_incorrect_dimension.cpp`
// in spirit. A `Point2D` has its dimension fixed at the type level, so
// only the two-argument `new` constructor is in scope. Passing three
// arguments must therefore be rejected by the type checker rather than
// silently truncated.
use Cartesian;
use Point2D;