From 2fe7163fa0b2270f974e01c86ea6deab09cdcf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 16 Dec 2025 19:34:52 +0100 Subject: [PATCH] Hide uses_allocator_imp implementation detail from docs --- include/boost/container/uses_allocator.hpp | 2 ++ 1 file changed, 2 insertions(+) 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