@@ -71,7 +71,7 @@ int main() {
m[1] = "one";
m[2] = "two";
auto it = m.riterate();
auto it = m.makeIterator();
while (it.next()) {
//it.next();
it.valueRef() << "_!";
The note is not visible to the blocked user.