summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/pch-multi/include/extra/meta.hpp
blob: 6a85b0886954ed85930717b3e6f5e1f433c4f0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
    Copyright Rene Rivera 2019

    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 B2_EXAMPLE_PCH_MULTI_EXTRA_META_HPP
#define B2_EXAMPLE_PCH_MULTI_EXTRA_META_HPP

#include <type_traits>
#include <functional>
#include <typeindex>
#include <tuple>

#endif