Minor changes

This commit is contained in:
barendgehrels
2017-02-22 09:40:44 +01:00
parent caf0b9f7e9
commit 676aa45c6c
2 changed files with 5 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
# include <iostream>
# include <boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp>
# include <boost/geometry/io/wkt/wkt.hpp>
# define BOOST_GEOMETRY_DEBUG_IDENTIFIER
# if ! defined(BOOST_GEOMETRY_DEBUG_IDENTIFIER)
# define BOOST_GEOMETRY_DEBUG_IDENTIFIER
#endif
#endif
#include <boost/range.hpp>
@@ -145,7 +147,7 @@ inline void enrich_assign(Operations& operations, Turns& turns)
it != boost::end(operations);
++it)
{
op_type& op = turns[it->turn_index]
op_type const& op = turns[it->turn_index]
.operations[it->operation_index];
std::cout << it->turn_index

View File

@@ -91,6 +91,7 @@ struct no_interrupt_policy
{
static bool const enabled = false;
// variable required by self_get_turn_points::get_turns
static bool const has_intersections = false;
template <typename Range>