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