/*============================================================================= Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden 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) ==============================================================================*/ #if !defined(BOOST_FUSION_DEQUE_DETAIL_DEQUE_INITIAL_SIZE_26112006_2139) #define BOOST_FUSION_DEQUE_DETAIL_DEQUE_INITIAL_SIZE_26112006_2139 #include #include #include #include #include #include namespace boost { namespace fusion { struct void_; namespace detail { template struct deque_initial_size { typedef mpl::vector args; typedef typename mpl::find::type first_void; typedef typename mpl::distance::type, first_void>::type type; }; }}} #endif