| 1 | /*============================================================================= |
| 2 | Copyright (c) 2005-2007 Dan Marsden |
| 3 | Copyright (c) 2005-2007 Joel de Guzman |
| 4 | Copyright (c) 2014 John Fletcher |
| 5 | |
| 6 | Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 7 | file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 8 | ==============================================================================*/ |
| 9 | |
| 10 | #define BOOST_PROTO_MAX_ARITY 10 |
| 11 | #define BOOST_PHOENIX_LIMIT 20 |
| 12 | #include <boost/phoenix/core.hpp> |
| 13 | |
| 14 | int main() |
| 15 | { |
| 16 | } |
| 17 | |