diff --git a/include/boost/container/allocator_traits.hpp b/include/boost/container/allocator_traits.hpp index 66acaf5..0735d34 100644 --- a/include/boost/container/allocator_traits.hpp +++ b/include/boost/container/allocator_traits.hpp @@ -489,7 +489,7 @@ struct allocator_traits //! otherwise, invokes `placement new` (static_cast(p)) T() //! //! Note: Non-standard extension . - template + template inline static void construct(Allocator & a, T* p, const value_init_t &) { allocator_traits::construct(a, p); }