From: Sage Weil Date: Mon, 16 Oct 2017 19:25:30 +0000 (-0500) Subject: include/mempool: add flat_set alias X-Git-Tag: v13.0.2~844^2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3119cf5ceea6253d1623a09e8716c29901b04d70;p=ceph.git include/mempool: add flat_set alias Signed-off-by: Sage Weil --- diff --git a/src/include/mempool.h b/src/include/mempool.h index e4c8c32b68b..99dbcc9738f 100644 --- a/src/include/mempool.h +++ b/src/include/mempool.h @@ -24,6 +24,8 @@ #include #include #include +#include +#include #include #include "include/assert.h" @@ -405,6 +407,13 @@ public: template > \ using set = std::set>; \ \ + template > \ + using flat_set = boost::container::flat_set>; \ + \ + template > \ + using flat_map = boost::container::flat_map>>; \ + \ template \ using list = std::list>; \ \