2
0
mirror of https://github.com/boostorg/proto.git synced 2026-01-30 20:12:33 +00:00
Files
proto/preprocess/preprocess_proto.cpp
Eric Niebler 939c835086 more pre-preprocessing
[SVN r71765]
2011-05-06 15:55:17 +00:00

19 lines
699 B
C++

///////////////////////////////////////////////////////////////////////////////
// Copyright 2011 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//#include <boost/proto/core.hpp>
//#include <boost/proto/debug.hpp>
//#include <boost/proto/context.hpp>
//#include <boost/proto/transform.hpp>
//#include <boost/proto/functional.hpp>
#include <boost/proto/args.hpp>
#include <boost/proto/expr.hpp>
#include <boost/proto/extends.hpp>
#include <boost/proto/deep_copy.hpp>
#include <boost/proto/generate.hpp>
#include <boost/proto/make_expr.hpp>
#include <boost/proto/matches.hpp>