bug7166.cpp 562 B

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