Sleds/cppboost/libs/proto/preprocess/preprocess_proto.cpp

24 lines
912 B
C++
Raw Normal View History

2025-03-13 21:28:38 +00:00
///////////////////////////////////////////////////////////////////////////////
// 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>