]> git.sesse.net Git - casparcg/blob - dependencies64/boost/boost/fusion/tuple/tuple_fwd.hpp
Add updates to the basic casparcg.config illustrating the possible options for use...
[casparcg] / dependencies64 / boost / boost / fusion / tuple / tuple_fwd.hpp
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_TUPLE_FORWARD_14122014_0051
8 #define FUSION_TUPLE_FORWARD_14122014_0051
9
10 #include <boost/config.hpp>
11 #include <boost/fusion/support/config.hpp>
12
13 ///////////////////////////////////////////////////////////////////////////////
14 // With no variadics, we will use the C++03 version
15 ///////////////////////////////////////////////////////////////////////////////
16 # include <boost/fusion/tuple/detail/tuple_fwd.hpp>
17
18 #endif
19