Chris@16: /*============================================================================= Chris@16: Copyright (c) 2005-2013 Joel de Guzman Chris@16: Chris@16: Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: ==============================================================================*/ Chris@16: #if !defined(BOOST_FUSION_MAP_INDEX_02032013_2233) Chris@16: #define BOOST_FUSION_MAP_INDEX_02032013_2233 Chris@16: Chris@16: namespace boost { namespace fusion { namespace detail Chris@16: { Chris@16: template Chris@16: struct map_index Chris@16: { Chris@16: static int const value = N; Chris@16: }; Chris@16: }}} Chris@16: Chris@16: #endif