We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b37ac commit 4d7c66cCopy full SHA for 4d7c66c
interval_tree.hpp
@@ -1194,7 +1194,7 @@ namespace lib_interval_tree
1194
template <bool Exclusive>
1195
node_type* overlap_find_i(node_type* ptr, interval_type const& ival)
1196
{
1197
-#if __cplusplus > 201703L
+#if __cplusplus >= 201703L
1198
if constexpr (Exclusive)
1199
#else
1200
if (Exclusive)
@@ -1215,7 +1215,7 @@ namespace lib_interval_tree
1215
template <bool Exclusive, typename IteratorT, typename FunctionT>
1216
bool overlap_find_all_i(node_type* ptr, interval_type const& ival, FunctionT const& on_find)
1217
1218
1219
1220
1221
0 commit comments