We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccebc9 commit 2fe7163Copy full SHA for 2fe7163
include/boost/container/uses_allocator.hpp
@@ -76,7 +76,9 @@ struct constructible_with_allocator_suffix
76
//! is an alias of `erased_type`. False otherwise.
77
template <typename T, typename Allocator>
78
struct uses_allocator
79
+#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
80
: dtl::uses_allocator_imp<T, Allocator>
81
+#endif //BOOST_CONTAINER_DOXYGEN_INVOKED
82
{};
83
84
}} //namespace boost::container
0 commit comments