Skip to content

Commit 2fe7163

Browse files
committed
Hide uses_allocator_imp implementation detail from docs
1 parent 1ccebc9 commit 2fe7163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/boost/container/uses_allocator.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ struct constructible_with_allocator_suffix
7676
//! is an alias of `erased_type`. False otherwise.
7777
template <typename T, typename Allocator>
7878
struct uses_allocator
79+
#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
7980
: dtl::uses_allocator_imp<T, Allocator>
81+
#endif //BOOST_CONTAINER_DOXYGEN_INVOKED
8082
{};
8183

8284
}} //namespace boost::container

0 commit comments

Comments
 (0)