From 66810e066476aa5ffb6611d8a5a36a85f9b907dd Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 27 Feb 2015 23:25:16 +0000 Subject: [PATCH] function/lazy_list.hpp Change blackhole() --- include/boost/phoenix/function/lazy_list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/function/lazy_list.hpp b/include/boost/phoenix/function/lazy_list.hpp index fa551b5..c0d0c2b 100644 --- a/include/boost/phoenix/function/lazy_list.hpp +++ b/include/boost/phoenix/function/lazy_list.hpp @@ -918,7 +918,7 @@ public: static fun0_odd_list_T /* >*/ the_blackhole; static fun0_odd_list_T& blackhole() { static fun0_odd_list_T the_blackhole; - ( make_fun0_odd_list()( blackhole_helper() ) ); + //( make_fun0_odd_list()( blackhole_helper() ) ); return the_blackhole; }