76,77c76
< * Operators are defined inside an ifndef block to avoid swig touching
< * them. Note that there is no overloading of the bool operator as the
---
> * Note that there is no overloading of the bool operator as the
94d92
< #ifndef SWIG // SWIG gets confused by constexpr
97,99d94
< #else
< explicit Cycles(uint64_t _c) : c(_c) { }
< #endif
104,105d98
< #ifndef SWIG // keep the operators away from SWIG
<
141,143d133
<
< #endif // SWIG not touching operators
<
197d186
< #ifndef SWIG // Swig gets really confused by decltype
201d189
< #endif