diff options
Diffstat (limited to 'boost/interprocess/detail/intermodule_singleton_common.hpp')
-rw-r--r-- | boost/interprocess/detail/intermodule_singleton_common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/interprocess/detail/intermodule_singleton_common.hpp b/boost/interprocess/detail/intermodule_singleton_common.hpp index c890c326bc..392db1f86b 100644 --- a/boost/interprocess/detail/intermodule_singleton_common.hpp +++ b/boost/interprocess/detail/intermodule_singleton_common.hpp @@ -290,7 +290,7 @@ class intermodule_singleton_common static union mem_holder_t { unsigned char map_mem [sizeof(ThreadSafeGlobalMap)]; - ::boost::container::container_detail::max_align_t aligner; + ::boost::container::dtl::max_align_t aligner; } mem_holder; }; |