From: Casey Bodley Date: Fri, 31 Jul 2015 18:32:13 +0000 (-0400) Subject: c++11: xlist needs a value_type for back_inserter X-Git-Tag: v9.1.0~419^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5511%2Fhead;p=ceph.git c++11: xlist needs a value_type for back_inserter Signed-off-by: Casey Bodley --- diff --git a/src/include/xlist.h b/src/include/xlist.h index a98e7b296e85..9c36e172c981 100644 --- a/src/include/xlist.h +++ b/src/include/xlist.h @@ -58,6 +58,7 @@ public: } }; + typedef item* value_type; typedef item* const_reference; private: