Complete support for user-provided containers to flat_[multi]map/set containers, and instantiate them with several container types.

This commit is contained in:
Ion Gaztañaga
2017-08-28 10:45:29 +02:00
parent 2297f6af72
commit c123accab1
8 changed files with 555 additions and 131 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ template class flat_tree
} //container_detail {
}} //boost::container
#if (__cplusplus >= 201402L)
#if (__cplusplus > 201103L)
#include <vector>
namespace boost{