mirror of
https://github.com/triqs/dft_tools
synced 2025-04-17 14:00:19 +02: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... Args>
|
||||
auto operator()(Args && ... args) const DECL_AND_RETURN( operation<Tag>()(std::forward<Args>(args)...));
|
||||
void operator() (...) const {}
|
||||
//void operator() (...) const {}
|
||||
};
|
||||
|
||||
// general expr node
|
||||
|
Loading…
x
Reference in New Issue
Block a user