Define BOOST_GEOMETRY_DEBUG_SEGMENT_IDENTIFIER when BOOST_GEOMETRY_DEBUG_TRAVERSE_GRAPH is defined.

This commit is contained in:
Tinko Sebastian Bartels
2025-08-01 21:53:50 +08:00
committed by Barend Gehrels
parent 0e90724460
commit 69df6f89ed

View File

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