From a9fcc1d2a437e75907572c5a765a933e679ae5a9 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 12 Oct 2016 11:35:37 +0000 Subject: Correctly grant rebound limited_allocators friendship. llvm-svn: 284006 --- libcxx/test/support/test_allocator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/support') diff --git a/libcxx/test/support/test_allocator.h b/libcxx/test/support/test_allocator.h index 4333e4dc3c4..4e93ca5a918 100644 --- a/libcxx/test/support/test_allocator.h +++ b/libcxx/test/support/test_allocator.h @@ -332,6 +332,7 @@ struct limited_alloc_handle { template class limited_allocator { + template friend class limited_allocator; typedef limited_alloc_handle BuffT; std::shared_ptr handle_; public: -- cgit v1.2.3