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; }