mirror of
https://github.com/triqs/dft_tools
synced 2024-12-26 06:14:14 +01:00
clef : code cleaning
- remove a useless opertor(...)
This commit is contained in:
parent
a5938a8d9e
commit
b9451e7018
@ -235,7 +235,7 @@ namespace triqs { namespace clef {
|
|||||||
template<typename Tag> struct operation2<Tag, false> {
|
template<typename Tag> struct operation2<Tag, false> {
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
auto operator()(Args && ... args) const DECL_AND_RETURN( operation<Tag>()(std::forward<Args>(args)...));
|
auto operator()(Args && ... args) const DECL_AND_RETURN( operation<Tag>()(std::forward<Args>(args)...));
|
||||||
void operator() (...) const {}
|
//void operator() (...) const {}
|
||||||
};
|
};
|
||||||
|
|
||||||
// general expr node
|
// general expr node
|
||||||
|
Loading…
Reference in New Issue
Block a user