24 lines
912 B
C++
24 lines
912 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>
|
|
#include <boost/proto/transform/call.hpp>
|
|
#include <boost/proto/transform/default.hpp>
|
|
#include <boost/proto/transform/fold.hpp>
|
|
#include <boost/proto/transform/lazy.hpp>
|
|
#include <boost/proto/transform/make.hpp>
|