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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user