@@ -13,8 +13,8 @@ class RTT
int h = 0;
public:
//RTT(const RTT&) = delete;
//RTT(RTT&&) = default;
RTT(const RTT&) = delete;
RTT(RTT&& other);
RTT();
~RTT();
The note is not visible to the blocked user.