mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-17 14:02:10 +00:00
function/lazy_prelude.hpp Rename at to at_ because of name clash.
This commit is contained in:
@@ -871,7 +871,7 @@ namespace boost {
|
||||
Last last;
|
||||
Init all_but_last; // renamed from init which is not available.
|
||||
Length length;
|
||||
At at;
|
||||
At at_; // renamed from at because of name clash.
|
||||
Filter filter;
|
||||
Foldr foldr;
|
||||
Foldl foldl;
|
||||
|
||||
Reference in New Issue
Block a user