summaryrefslogtreecommitdiff
path: root/02-11.md
diff options
context:
space:
mode:
Diffstat (limited to '02-11.md')
-rw-r--r--02-11.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/02-11.md b/02-11.md
index 3413cc4..2a23c16 100644
--- a/02-11.md
+++ b/02-11.md
@@ -480,3 +480,7 @@ foo: 10 20 30 40 50
- **Erase an element**
- vector: every iterator and reference after the point of erase is invalidated
- list: only the iterators and references to the erased element is invalidated
+
+---
+
+[02/16 ->](02-16.md)