mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-31 20:22:09 +00:00
Minor changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user