epoc32/include/stdapis/boost/multi_index/key_extractors.hpp
branchSymbian2
changeset 2 2fe1408b6811
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/boost/multi_index/key_extractors.hpp	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +/* Copyright 2003-2005 Joaquín M López Muñoz.
     1.5 + * Distributed under the Boost Software License, Version 1.0.
     1.6 + * (See accompanying file LICENSE_1_0.txt or copy at
     1.7 + * http://www.boost.org/LICENSE_1_0.txt)
     1.8 + *
     1.9 + * See http://www.boost.org/libs/multi_index for library home page.
    1.10 + */
    1.11 +
    1.12 +#ifndef BOOST_MULTI_INDEX_KEY_EXTRACTORS_HPP
    1.13 +#define BOOST_MULTI_INDEX_KEY_EXTRACTORS_HPP
    1.14 +
    1.15 +#if defined(_MSC_VER)&&(_MSC_VER>=1200)
    1.16 +#pragma once
    1.17 +#endif
    1.18 +
    1.19 +#include <boost/multi_index/composite_key.hpp>
    1.20 +#include <boost/multi_index/identity.hpp>
    1.21 +#include <boost/multi_index/member.hpp>
    1.22 +#include <boost/multi_index/mem_fun.hpp>
    1.23 +
    1.24 +#endif