diff options
Diffstat (limited to 'src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md')
| -rw-r--r-- | src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md b/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md index f35596f..6450521 100644 --- a/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md +++ b/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md | |||
| @@ -279,4 +279,4 @@ of control over the low-level details, and some powerful tools to make | |||
| 279 | use of it, in exchange for a lot of complexity that you must, at the | 279 | use of it, in exchange for a lot of complexity that you must, at the |
| 280 | very least, be aware of. | 280 | very least, be aware of. |
| 281 | 281 | ||
| 282 | *Next in the series: [RAII](../2025-01-21-taming-cpp-templates)* | 282 | *Next in the series: [templates](../2025-01-21-taming-cpp-templates)* |
