summaryrefslogtreecommitdiff
path: root/boost/fusion/view/nview/detail/nview_impl.hpp
blob: 40674e35512d7db2640a082c56152125b2407f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*=============================================================================
    Copyright (c) 2014 Kohei Takahashi

    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)
==============================================================================*/
#ifndef BOOST_FUSION_NVIEW_IMPL_17122014_1948
#define BOOST_FUSION_NVIEW_IMPL_17122014_1948

#include <boost/fusion/support/config.hpp>

///////////////////////////////////////////////////////////////////////////////
// Without variadics, we will use the PP version
///////////////////////////////////////////////////////////////////////////////
# include <boost/fusion/view/nview/detail/cpp03/nview_impl.hpp>

#endif