Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 09:09:51

0001 /*=============================================================================
0002     Copyright (c) 2007 Tobias Schwinger
0003   
0004     Use modification and distribution are subject to the Boost Software 
0005     License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0006     http://www.boost.org/LICENSE_1_0.txt).
0007 ==============================================================================*/
0008 
0009 #if !defined(BOOST_FUSION_FUNCTIONAL_GENERATION_HPP_INCLUDED)
0010 #define BOOST_FUSION_FUNCTIONAL_GENERATION_HPP_INCLUDED
0011 
0012 #include <boost/fusion/support/config.hpp>
0013 #include <boost/fusion/functional/generation/make_fused.hpp>
0014 #include <boost/fusion/functional/generation/make_fused_procedure.hpp>
0015 #include <boost/fusion/functional/generation/make_fused_function_object.hpp>
0016 #include <boost/fusion/functional/generation/make_unfused.hpp>
0017 
0018 #endif