summaryrefslogtreecommitdiff
path: root/boost/container/pmr/small_vector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/pmr/small_vector.hpp')
-rw-r--r--boost/container/pmr/small_vector.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/container/pmr/small_vector.hpp b/boost/container/pmr/small_vector.hpp
index a79d5a075e..6eef149728 100644
--- a/boost/container/pmr/small_vector.hpp
+++ b/boost/container/pmr/small_vector.hpp
@@ -29,6 +29,8 @@ using small_vector = boost::container::small_vector<T, N, polymorphic_allocator<
#endif
+//! A portable metafunction to obtain a small_vector
+//! that uses a polymorphic allocator
template<class T, std::size_t N>
struct small_vector_of
{