Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:07:35

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file core.hpp
0003 /// Includes the core of Proto. Not included are the contexts, transforms and
0004 /// debugging utilities.
0005 //
0006 //  Copyright 2008 Eric Niebler. Distributed under the Boost
0007 //  Software License, Version 1.0. (See accompanying file
0008 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0009 
0010 #ifndef BOOST_PROTO_CORE_HPP_EAN_04_01_2005
0011 #define BOOST_PROTO_CORE_HPP_EAN_04_01_2005
0012 
0013 #include <boost/proto/proto_fwd.hpp>
0014 #include <boost/proto/args.hpp>
0015 #include <boost/proto/tags.hpp>
0016 #include <boost/proto/eval.hpp>
0017 #include <boost/proto/expr.hpp>
0018 #include <boost/proto/repeat.hpp>
0019 #include <boost/proto/traits.hpp>
0020 #include <boost/proto/domain.hpp>
0021 #include <boost/proto/fusion.hpp>
0022 #include <boost/proto/matches.hpp>
0023 #include <boost/proto/extends.hpp>
0024 #include <boost/proto/literal.hpp>
0025 #include <boost/proto/generate.hpp>
0026 #include <boost/proto/operators.hpp>
0027 #include <boost/proto/deep_copy.hpp>
0028 #include <boost/proto/make_expr.hpp>
0029 
0030 #endif