2006-12-18 21:09:53 +00:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2001-2006 Joel de Guzman
|
|
|
|
Copyright (c) 2005-2006 Dan Marsden
|
|
|
|
|
2007-10-20 13:13:58 +00:00
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
2007-03-02 10:44:14 +00:00
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2006-12-18 21:09:53 +00:00
|
|
|
==============================================================================*/
|
|
|
|
#if !defined(BOOST_FUSION_SEQUENCE_CONTAINER_DEQUE_24112006_2036)
|
|
|
|
#define BOOST_FUSION_SEQUENCE_CONTAINER_DEQUE_24112006_2036
|
|
|
|
|
2007-10-20 11:31:03 +00:00
|
|
|
#include <boost/fusion/container/deque/deque.hpp>
|
2007-10-20 13:13:58 +00:00
|
|
|
#include <boost/fusion/container/deque/convert.hpp>
|
2006-12-18 21:09:53 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|