diff --git a/include/boost/container/uses_allocator.hpp b/include/boost/container/uses_allocator.hpp index 00f51c8..26ae514 100644 --- a/include/boost/container/uses_allocator.hpp +++ b/include/boost/container/uses_allocator.hpp @@ -76,7 +76,9 @@ struct constructible_with_allocator_suffix //! is an alias of `erased_type`. False otherwise. template struct uses_allocator +#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED : dtl::uses_allocator_imp +#endif //BOOST_CONTAINER_DOXYGEN_INVOKED {}; }} //namespace boost::container