mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 06:24:26 +02:00
Fix typo.
This commit is contained in:
@@ -29,7 +29,7 @@ using list = boost::container::list<T, polymorphic_allocator<T>>;
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! A portable metafunction to obtain a deque
|
//! A portable metafunction to obtain a list
|
||||||
//! that uses a polymorphic allocator
|
//! that uses a polymorphic allocator
|
||||||
template<class T>
|
template<class T>
|
||||||
struct list_of
|
struct list_of
|
||||||
|
Reference in New Issue
Block a user