We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d5ece commit 65cbc36Copy full SHA for 65cbc36
mlir/include/mlir/Dialect/Polynomial/IR/Polynomial.h
@@ -109,7 +109,7 @@ class PolynomialBase {
109
public:
110
PolynomialBase() = delete;
111
112
- explicit PolynomialBase(ArrayRef<Monomial> terms) : terms(terms){};
+ explicit PolynomialBase(ArrayRef<Monomial> terms) : terms(terms) {};
113
114
explicit operator bool() const { return !terms.empty(); }
115
bool operator==(const PolynomialBase &other) const {
0 commit comments