forked from boostorg/container
Complete support for user-provided containers to flat_[multi]map/set containers, and instantiate them with several container types.
This commit is contained in:
@@ -92,7 +92,7 @@ template class flat_tree
|
||||
} //container_detail {
|
||||
}} //boost::container
|
||||
|
||||
#if (__cplusplus >= 201402L)
|
||||
#if (__cplusplus > 201103L)
|
||||
#include <vector>
|
||||
|
||||
namespace boost{
|
||||
|
||||
Reference in New Issue
Block a user