preprocess_proto.cpp 499 B

12345678910
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Copyright 2011 Eric Niebler. Distributed under the Boost
  3. // Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #include "../include/boost/proto/core.hpp"
  6. #include "../include/boost/proto/debug.hpp"
  7. #include "../include/boost/proto/context.hpp"
  8. #include "../include/boost/proto/transform.hpp"
  9. #include "../include/boost/proto/functional.hpp"