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

function/lazy_list.hpp Change blackhole()

This commit is contained in:
John Fletcher
2015-02-27 23:25:16 +00:00
parent 4315fb72b7
commit 66810e0664

View File

@@ -918,7 +918,7 @@ public:
static fun0_odd_list_T /*<odd_list<T> >*/ the_blackhole;
static fun0_odd_list_T& blackhole() {
static fun0_odd_list_T the_blackhole;
( make_fun0_odd_list<T>()( blackhole_helper() ) );
//( make_fun0_odd_list<T>()( blackhole_helper() ) );
return the_blackhole;
}