proto.hpp 581 B

123456789101112131415161718
  1. ///////////////////////////////////////////////////////////////////////////////
  2. /// \file proto.hpp
  3. /// Includes all of Proto.
  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_HPP_EAN_04_01_2005
  9. #define BOOST_PROTO_HPP_EAN_04_01_2005
  10. #include <boost/proto/core.hpp>
  11. #include <boost/proto/debug.hpp>
  12. #include <boost/proto/context.hpp>
  13. #include <boost/proto/transform.hpp>
  14. #include <boost/proto/functional.hpp>
  15. #endif