diff --git a/include/boost/container/detail/container_rebind.hpp b/include/boost/container/detail/container_rebind.hpp index 0af9b9e..854291a 100644 --- a/include/boost/container/detail/container_rebind.hpp +++ b/include/boost/container/detail/container_rebind.hpp @@ -144,10 +144,10 @@ namespace dtl { //for small_vector,static_vector - template - struct container_rebind, U> + template + struct container_rebind, U> { - typedef small_vector::type>::template portable_rebind_alloc::type> type; + typedef small_vector::type>::template portable_rebind_alloc::type, O> type; }; template