Hide uses_allocator_imp implementation detail from docs

This commit is contained in:
Ion Gaztañaga
2025-12-16 19:34:52 +01:00
parent 1ccebc915c
commit 2fe7163fa0

View File

@@ -76,7 +76,9 @@ struct constructible_with_allocator_suffix
//! is an alias of `erased_type`. False otherwise.
template <typename T, typename Allocator>
struct uses_allocator
#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
: dtl::uses_allocator_imp<T, Allocator>
#endif //BOOST_CONTAINER_DOXYGEN_INVOKED
{};
}} //namespace boost::container