2
0
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:
Andrii Sydorchuk
2012-09-07 22:20:10 +00:00
parent 291eb983cf
commit 78cac3abb1
14 changed files with 159 additions and 85 deletions

View File

@@ -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;