fix doc example typo
[boost.git] / boost / proto / transform.hpp
blobd1f4b9b471400110745d30eca099345eeec2b075
1 ///////////////////////////////////////////////////////////////////////////////
2 /// \file transform.hpp
3 /// Includes all the transforms in the transform/ sub-directory.
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)
9 #ifndef BOOST_PROTO_TRANSFORM_HPP_EAN_06_23_2007
10 #define BOOST_PROTO_TRANSFORM_HPP_EAN_06_23_2007
12 #include <boost/proto/detail/prefix.hpp> // must be first include
13 #include <boost/proto/transform/arg.hpp>
14 #include <boost/proto/transform/call.hpp>
15 #include <boost/proto/transform/default.hpp>
16 #include <boost/proto/transform/fold.hpp>
17 #include <boost/proto/transform/fold_tree.hpp>
18 #include <boost/proto/transform/lazy.hpp>
19 #include <boost/proto/transform/make.hpp>
20 #include <boost/proto/transform/pass_through.hpp>
21 #include <boost/proto/transform/when.hpp>
22 #include <boost/proto/detail/suffix.hpp> // must be last include
24 #endif