aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md
diff options
context:
space:
mode:
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.md2
1 files changed, 2 insertions, 0 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 88744bb..f35596f 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
@@ -278,3 +278,5 @@ other object-oriented languages like Java or C#. C++ gives you a lot
278of control over the low-level details, and some powerful tools to make 278of control over the low-level details, and some powerful tools to make
279use of it, in exchange for a lot of complexity that you must, at the 279use of it, in exchange for a lot of complexity that you must, at the
280very least, be aware of. 280very least, be aware of.
281
282*Next in the series: [RAII](../2025-01-21-taming-cpp-templates)*

Generated with cgit - Back to sebastiano.tronto.net