Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / contract / test / call_if / no_equal_error.cpp
index eb579f1..025e9c7 100644 (file)
@@ -25,9 +25,7 @@ void push_back(std::vector<T>& vect, T const& value) {
 }
 
 struct j { // Type without operator==.
-    explicit j(int i) : j_(i) {}
-private:
-    int j_;
+    explicit j(int /* i */) {}
 };
 
 int main() {