1 /*=============================================================================
2     Copyright (c) 2014 Kohei Takahashi
3 
4     Distributed under the Boost Software License, Version 1.0. (See accompanying
5     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 ==============================================================================*/
7 #ifndef FUSION_AS_SET_11062014_2121
8 #define FUSION_AS_SET_11062014_2121
9 
10 #include <boost/fusion/support/config.hpp>
11 #include <boost/fusion/container/set/set_fwd.hpp>
12 
13 ///////////////////////////////////////////////////////////////////////////////
14 // Without variadics, we will use the PP version
15 ///////////////////////////////////////////////////////////////////////////////
16 # include <boost/fusion/container/set/detail/cpp03/as_set.hpp>
17 
18 #endif
19 
20