From b075bce22ebbdbbe2a846820ae8ba2d410099a14 Mon Sep 17 00:00:00 2001 From: Edward Catmur Date: Wed, 17 Apr 2019 14:55:16 +0100 Subject: [PATCH] Use real_allocator to find allocator when rebinding After 83bb62fed3aca489e447e394f3b23c272712ecb7 the allocator parameter of e.g. small_vector can be void. Use real_allocator to convert this to the actual allocator used by the container. --- .../container/detail/container_rebind.hpp | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/include/boost/container/detail/container_rebind.hpp b/include/boost/container/detail/container_rebind.hpp index 0ebb478..32b8059 100644 --- a/include/boost/container/detail/container_rebind.hpp +++ b/include/boost/container/detail/container_rebind.hpp @@ -33,14 +33,14 @@ namespace dtl { template