Michele Caini 5 лет назад
Родитель
Сommit
22d117a397
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/md/meta.md

+ 1 - 1
docs/md/meta.md

@@ -509,7 +509,7 @@ to case. In particular:
   ```cpp
   auto last = view.end();
   // appends an integer to the container
-  view.insert(last.handle(), 42);
+  view.insert(last, 42);
   ```
 
   This function returns a meta iterator pointing to the inserted element and a