Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-16 09:12:20

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_MAKE_FUSED_PROCEDURE_HPP_INCLUDED)
0010 #define BOOST_FUSION_FUNCTIONAL_GENERATION_MAKE_FUSED_PROCEDURE_HPP_INCLUDED
0011 
0012 #include <boost/fusion/support/config.hpp>
0013 #include <boost/fusion/functional/adapter/fused_procedure.hpp>
0014 
0015 #define BOOST_FUSION_CLASS_TPL_NAME fused_procedure
0016 #include <boost/fusion/functional/generation/detail/gen_make_adapter.hpp>
0017 
0018 #endif
0019