forked from boostorg/container
Add experimental small_vector class
This commit is contained in:
@@ -98,6 +98,10 @@ class stable_vector;
|
||||
template <class T, std::size_t Capacity>
|
||||
class static_vector;
|
||||
|
||||
template < class T, std::size_t N
|
||||
, class Allocator= new_allocator<T> >
|
||||
class small_vector;
|
||||
|
||||
template <class T
|
||||
,class Allocator = new_allocator<T> >
|
||||
class deque;
|
||||
|
||||
Reference in New Issue
Block a user