summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/hana/benchmark/including/fusion.erb.cpp
blob: bae08353ad9c4c1797bd2b4e7911210b5bf314f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright Louis Dionne 2013-2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)

#include <boost/fusion/adapted.hpp>
#include <boost/fusion/algorithm.hpp>
#include <boost/fusion/container.hpp>
#include <boost/fusion/functional.hpp>
#include <boost/fusion/iterator.hpp>
#include <boost/fusion/sequence.hpp>
#include <boost/fusion/support.hpp>
#include <boost/fusion/tuple.hpp>
#include <boost/fusion/view.hpp>


int main() { }