X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=boost%2Fcontainer%2Fdetail%2Fpool_common.hpp;h=11fb6c2e50553bc8c89ba3c27f0ca796859a93f2;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=500b9124d5dc7aa21127c3e216e9541518cc2df2;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/boost/container/detail/pool_common.hpp b/boost/container/detail/pool_common.hpp index 500b912..11fb6c2 100644 --- a/boost/container/detail/pool_common.hpp +++ b/boost/container/detail/pool_common.hpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // -// (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost +// (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // @@ -8,16 +8,17 @@ // ////////////////////////////////////////////////////////////////////////////// -#ifndef BOOST_CONTAINER_DETAIL_NODE_POOL_COMMON_HPP -#define BOOST_CONTAINER_DETAIL_NODE_POOL_COMMON_HPP +#ifndef BOOST_CONTAINER_DETAIL_POOL_COMMON_HPP +#define BOOST_CONTAINER_DETAIL_POOL_COMMON_HPP -#if (defined _MSC_VER) && (_MSC_VER >= 1200) +#if defined(_MSC_VER) # pragma once #endif -#include "config_begin.hpp" +#include +#include + #include -#include namespace boost { namespace container { @@ -34,7 +35,7 @@ struct node_slist typedef slist_hook_t node_t; typedef typename bi::make_slist - , bi::base_hook >::type node_slist_t; + , bi::cache_last, bi::base_hook >::type node_slist_t; }; template