summaryrefslogtreecommitdiff
path: root/boost/interprocess/detail/in_place_interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/detail/in_place_interface.hpp')
-rw-r--r--boost/interprocess/detail/in_place_interface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/interprocess/detail/in_place_interface.hpp b/boost/interprocess/detail/in_place_interface.hpp
index 013691ad78..367f9dca3d 100644
--- a/boost/interprocess/detail/in_place_interface.hpp
+++ b/boost/interprocess/detail/in_place_interface.hpp
@@ -51,7 +51,7 @@ template<class T>
struct placement_destroy : public in_place_interface
{
placement_destroy()
- : in_place_interface(::boost::container::container_detail::alignment_of<T>::value, sizeof(T), typeid(T).name())
+ : in_place_interface(::boost::container::dtl::alignment_of<T>::value, sizeof(T), typeid(T).name())
{}
virtual void destroy_n(void *mem, std::size_t num, std::size_t &destroyed)