2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

Allow user to over-ride BOOST_PHOENIX_FUNCTION_MAX_LAZY_LIST_LENGTH

This commit is contained in:
John Fletcher
2015-03-02 11:52:31 +00:00
parent 35e3c9ce3b
commit 55819757be

View File

@@ -238,9 +238,11 @@ namespace boost {
// Implement lazy functions for list types. cat and cons come later.
//////////////////////////////////////////////////////////////////////
namespace impl {
#ifndef BOOST_PHOENIX_FUNCTION_MAX_LAZY_LIST_LENGTH
#define BOOST_PHOENIX_FUNCTION_MAX_LAZY_LIST_LENGTH 1000
#endif
namespace impl {
struct Head
{