Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:32

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file context.hpp
0003 /// Includes all the context classes in the context/ sub-directory.
0004 //
0005 //  Copyright 2008 Eric Niebler. Distributed under the Boost
0006 //  Software License, Version 1.0. (See accompanying file
0007 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 
0009 #ifndef BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007
0010 #define BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007
0011 
0012 #include <boost/proto/context/null.hpp>
0013 #include <boost/proto/context/default.hpp>
0014 #include <boost/proto/context/callable.hpp>
0015 
0016 #endif