mirror of
https://github.com/martinus/unordered_dense.git
synced 2026-01-18 17:21:27 +01:00
Adds ANKERL_UNORDERED_DENSE_DISABLE_PMR, fixes #109
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
# include <cstdlib> // for abort
|
||||
# endif
|
||||
|
||||
# if defined(__has_include)
|
||||
# if defined(__has_include) && !defined(ANKERL_UNORDERED_DENSE_DISABLE_PMR)
|
||||
# if __has_include(<memory_resource>)
|
||||
# define ANKERL_UNORDERED_DENSE_PMR std::pmr // NOLINT(cppcoreguidelines-macro-usage)
|
||||
# include <memory_resource> // for polymorphic_allocator
|
||||
|
||||
Reference in New Issue
Block a user