Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/polygon/segment_utils.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
7 */ | 7 */ |
8 | 8 |
9 #ifndef BOOST_POLYGON_SEGMENT_UTILS_HPP | 9 #ifndef BOOST_POLYGON_SEGMENT_UTILS_HPP |
10 #define BOOST_POLYGON_SEGMENT_UTILS_HPP | 10 #define BOOST_POLYGON_SEGMENT_UTILS_HPP |
11 | 11 |
12 #include <iterator> | |
12 #include <set> | 13 #include <set> |
13 #include <vector> | 14 #include <vector> |
14 #include <utility> | 15 |
16 #include "detail/scan_arbitrary.hpp" | |
17 #include "isotropy.hpp" | |
18 #include "rectangle_concept.hpp" | |
19 #include "segment_concept.hpp" | |
15 | 20 |
16 namespace boost { | 21 namespace boost { |
17 namespace polygon { | 22 namespace polygon { |
18 | 23 |
19 template <typename Segment, typename SegmentIterator> | 24 template <typename Segment, typename SegmentIterator> |