Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / fusion / test / sequence / deque_misc.cpp
1 /*=============================================================================
2     Copyright (c) 1999-2003 Jaakko Jarvi
3     Copyright (c) 2001-2011 Joel de Guzman
4     Copyright (c) 2006 Dan Marsden
5
6     Distributed under the Boost Software License, Version 1.0. (See accompanying
7     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 ==============================================================================*/
9 #include <boost/fusion/container/deque/deque.hpp>
10 #include <boost/fusion/container/deque/convert.hpp>
11 #include <boost/fusion/adapted/mpl.hpp>
12
13 #define BOOST_FUSION_SEQUENCE_CONVERSION_IS_NOT_SEQUENCE__TYPE_PRESERVING
14
15 #define FUSION_SEQUENCE deque
16 #include "misc.hpp"
17
18 int
19 main()
20 {
21     test();
22     return boost::report_errors();
23 }
24