From db59c8e5fc803421a8e7a32e93496c65d074a33a Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Wed, 9 Apr 2014 12:12:41 +0200 Subject: [PATCH] correction: previous commit, forgot a namespace - in some case, need to add triqs::clef in the macros. (was not compiling doc). --- triqs/clef/clef.c11.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triqs/clef/clef.c11.hpp b/triqs/clef/clef.c11.hpp index 0599a397..fbf52a61 100644 --- a/triqs/clef/clef.c11.hpp +++ b/triqs/clef/clef.c11.hpp @@ -573,7 +573,7 @@ namespace triqs { namespace clef { } \ }; \ template \ - auto name(A&&... a) const -> typename _result_of::make_expr_call<__clef_lazy_method_impl_##TY##_##name,const Obj&,A...>::type \ + auto name(A&&... a) const -> typename triqs::clef::_result_of::make_expr_call<__clef_lazy_method_impl_##TY##_##name,const Obj&,A...>::type \ { return make_expr_call(__clef_lazy_method_impl_##TY##_##name{}, *this, std::forward(a)...);} #define TRIQS_CLEF_IMPLEMENT_LAZY_CALL(...) \