Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/fusion/functional/invocation.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
7 ==============================================================================*/ | 7 ==============================================================================*/ |
8 | 8 |
9 #if !defined(BOOST_FUSION_FUNCTIONAL_INVOCATION_HPP_INCLUDED) | 9 #if !defined(BOOST_FUSION_FUNCTIONAL_INVOCATION_HPP_INCLUDED) |
10 #define BOOST_FUSION_FUNCTIONAL_INVOCATION_HPP_INCLUDED | 10 #define BOOST_FUSION_FUNCTIONAL_INVOCATION_HPP_INCLUDED |
11 | 11 |
12 #include <boost/fusion/support/config.hpp> | |
12 #include <boost/fusion/functional/invocation/invoke.hpp> | 13 #include <boost/fusion/functional/invocation/invoke.hpp> |
13 #include <boost/fusion/functional/invocation/invoke_procedure.hpp> | 14 #include <boost/fusion/functional/invocation/invoke_procedure.hpp> |
14 #include <boost/fusion/functional/invocation/invoke_function_object.hpp> | 15 #include <boost/fusion/functional/invocation/invoke_function_object.hpp> |
15 | 16 |
16 #endif | 17 #endif |