mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-19 04:12:11 +00:00
Define BOOST_GEOMETRY_DEBUG_SEGMENT_IDENTIFIER when BOOST_GEOMETRY_DEBUG_TRAVERSE_GRAPH is defined.
This commit is contained in:
committed by
Barend Gehrels
parent
0e90724460
commit
69df6f89ed
@@ -10,7 +10,7 @@
|
||||
#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_SEGMENT_IDENTIFIER_HPP
|
||||
|
||||
|
||||
#if defined(BOOST_GEOMETRY_DEBUG_OVERLAY)
|
||||
#if defined(BOOST_GEOMETRY_DEBUG_OVERLAY) || defined(BOOST_GEOMETRY_DEBUG_TRAVERSE_GRAPH)
|
||||
# define BOOST_GEOMETRY_DEBUG_SEGMENT_IDENTIFIER
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user