2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00
Files
build/example/pch-multi/include/extra/meta.hpp
2019-08-12 18:35:11 -05:00

18 lines
378 B
C++

/*
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