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