context.hpp 592 B

12345678910111213141516
  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. #ifndef BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007
  9. #define BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007
  10. #include <boost/proto/context/null.hpp>
  11. #include <boost/proto/context/default.hpp>
  12. #include <boost/proto/context/callable.hpp>
  13. #endif