• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 ///////////////////////////////////////////////////////////////////////////////
2 /// \file context.hpp
3 /// Includes all the context classes in the context/ sub-directory.
4 //
5 //  Copyright 2008 Eric Niebler. Distributed under the Boost
6 //  Software License, Version 1.0. (See accompanying file
7 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 
9 #ifndef BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007
10 #define BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007
11 
12 #include <boost/proto/context/null.hpp>
13 #include <boost/proto/context/default.hpp>
14 #include <boost/proto/context/callable.hpp>
15 
16 #endif
17