mirror of
https://github.com/boostorg/polygon.git
synced 2026-03-05 03:02:13 +00:00
Polygon: running new test headers over c++lint checker.
[SVN r80437]
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
// See http://www.boost.org for updates, documentation, and revision history.
|
||||
|
||||
#include <ctime>
|
||||
#include <limits>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#define BOOST_TEST_MODULE voronoi_builder_test
|
||||
#include <boost/mpl/list.hpp>
|
||||
@@ -16,8 +19,9 @@
|
||||
|
||||
#include <boost/polygon/polygon.hpp>
|
||||
#include <boost/polygon/voronoi.hpp>
|
||||
using namespace boost::polygon;
|
||||
#include "voronoi_test_helper.hpp"
|
||||
using boost::polygon::voronoi_builder;
|
||||
using boost::polygon::voronoi_diagram;
|
||||
|
||||
typedef boost::mpl::list<int> test_types;
|
||||
typedef voronoi_diagram<double> vd_type;
|
||||
|
||||
Reference in New Issue
Block a user