3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 05:43:40 +01:00

clef : code cleaning

- remove a useless opertor(...)
This commit is contained in:
Olivier Parcollet 2013-10-18 21:53:59 +02:00
parent a5938a8d9e
commit b9451e7018

View File

@ -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