Files
geometry/doc/src/docutils/tools/implementation_status/implementation_status.hpp
Adam Wulkiewicz 18923e929d [docutils] Update WRT the latest relocation of the code from multi/ directory.
Also add Jamfile for support_status.
2014-06-04 22:34:07 +02:00

16 lines
652 B
C++

// Boost.Geometry (aka GGL, Generic Geometry Library)
// implementation_status (developed in the context of Boost.Geometry documentation)
//
// Copyright Barend Gehrels 2010, 2011, Geodan, Amsterdam, the Netherlands
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/geometries/multi_point.hpp>
#include <boost/geometry/geometries/multi_linestring.hpp>
#include <boost/geometry/geometries/multi_polygon.hpp>
#include <boost/geometry/io/wkt/wkt.hpp>