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 2573644 commit 73f3cbbCopy full SHA for 73f3cbb
include/ankerl/unordered_dense.h
@@ -98,7 +98,7 @@
98
# include <cstdlib> // for abort
99
# endif
100
101
-# if defined(__has_include)
+# if defined(__has_include) && !defined(ANKERL_UNORDERED_DENSE_DISABLE_PMR)
102
# if __has_include(<memory_resource>)
103
# define ANKERL_UNORDERED_DENSE_PMR std::pmr // NOLINT(cppcoreguidelines-macro-usage)
104
# include <memory_resource> // for polymorphic_allocator
0 commit comments