We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40079b commit fdb67a1Copy full SHA for fdb67a1
core/base/delaunayRipsPersistenceDiagram/geoPHUtils.h
@@ -11,7 +11,7 @@
11
#include <boost/unordered/unordered_set.hpp>
12
#endif
13
14
-#if((BOOST_VERSION / 100) % 1000) >= 83
+#if((BOOST_VERSION / 100) % 1000) >= 84
15
#include <boost/unordered/concurrent_flat_map.hpp>
16
#define TTK_CONCURRENT_HASHTABLE_AVAILABLE
17
@@ -59,7 +59,7 @@ namespace ttk::gph {
59
using HashSet = boost::unordered_set<X>;
60
61
62
63
template <typename X, typename Y>
64
using ConcurrentHashMap = boost::concurrent_flat_map<X, Y>;
65
0 commit comments