mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 05:43:40 +01:00
clef: correct TRIQS_CLEF_IMPLEMENT_LAZY_METHOD
- The name of the object was left to the name used in the test/debug.
This commit is contained in:
parent
384c05188c
commit
09bf713dc8
@ -573,7 +573,7 @@ namespace triqs { namespace clef {
|
||||
} \
|
||||
}; \
|
||||
template <typename... A> \
|
||||
auto name(A&&... a) const -> typename triqs::clef::_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 TY &,A...>::type \
|
||||
{ return make_expr_call(__clef_lazy_method_impl_##TY##_##name{}, *this, std::forward<A>(a)...);}
|
||||
|
||||
#define TRIQS_CLEF_IMPLEMENT_LAZY_CALL(...) \
|
||||
|
Loading…
Reference in New Issue
Block a user