From 58f2a814b24117659ea3d0ea530bbc228dbc26b9 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Mon, 23 Mar 2015 16:09:32 +0000 Subject: [PATCH] function/lazy_prelude.hpp Rename at to at_ because of name clash. --- include/boost/phoenix/function/lazy_prelude.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/function/lazy_prelude.hpp b/include/boost/phoenix/function/lazy_prelude.hpp index e4ab586..7c5ed68 100644 --- a/include/boost/phoenix/function/lazy_prelude.hpp +++ b/include/boost/phoenix/function/lazy_prelude.hpp @@ -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;