2
0
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:
John Fletcher
2015-03-23 16:09:32 +00:00
parent 75930b848e
commit 58f2a814b2

View File

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