diff options
Diffstat (limited to 'libcxx/include/experimental/memory_resource')
-rw-r--r-- | libcxx/include/experimental/memory_resource | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/experimental/memory_resource b/libcxx/include/experimental/memory_resource index f54ef0b2f24..9b345210ee5 100644 --- a/libcxx/include/experimental/memory_resource +++ b/libcxx/include/experimental/memory_resource @@ -176,7 +176,7 @@ public: {} polymorphic_allocator & - operator=(polymorphic_allocator const &) = default; + operator=(polymorphic_allocator const &) = delete; // 8.6.3, memory.polymorphic.allocator.mem _LIBCPP_INLINE_VISIBILITY |