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

function/lazy_prelude.hpp Correct bug on apply0

This commit is contained in:
John Fletcher
2015-03-12 15:21:11 +00:00
parent a7418e7595
commit a7f41a6715

View File

@@ -300,7 +300,7 @@ namespace boost {
typedef boost::phoenix::function<impl::Even> Even;
Pow pow;
Apply apply;
Apply apply0;
Apply0 apply0;
Odd odd;
Even even;