diff options
Diffstat (limited to 'test/support/test_memory_resource.hpp')
-rw-r--r-- | test/support/test_memory_resource.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/test_memory_resource.hpp b/test/support/test_memory_resource.hpp index 49dc1739a9626..b3472c8b61055 100644 --- a/test/support/test_memory_resource.hpp +++ b/test/support/test_memory_resource.hpp @@ -25,7 +25,7 @@ // FIXME: This is a hack to allow uses_allocator_types.hpp to work with // erased_type. However we can't define that behavior directly in the header -// because it con't include <experimental/memory_resource> +// because it can't include <experimental/memory_resource> template <> struct TransformErasedTypeAlloc<std::experimental::erased_type> { using type = std::experimental::pmr::memory_resource*; |