aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-01-17 07:52:02 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-01-17 07:52:02 +0100
commitd0f3f64bb42ea8194c20f0eadd35821cab346143 (patch)
tree84355ea4008769382a8300aa11b2b43fd9dd86c1 /README.md
parent873ae98050baf54a9a17ac54896de732134206af (diff)
downloadtaming-cpp-d0f3f64bb42ea8194c20f0eadd35821cab346143.tar.gz
taming-cpp-d0f3f64bb42ea8194c20f0eadd35821cab346143.zip
Started work on templates article
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41825cc..46a15bf 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,12 @@ For the
27[second post in the series](https://sebastiano.tronto.net/blog/2024-12-26-taming-cpp-raii/). 27[second post in the series](https://sebastiano.tronto.net/blog/2024-12-26-taming-cpp-raii/).
28 28
29Various small examples on constructors, destructors and related things. 29Various small examples on constructors, destructors and related things.
30
31## Templates
32
33For the
34[third post](https://sebastiano.tronto.net/blog/2025-01-TODO)
35
36Various examples on templates, constraints and concepts.
37
38See also [zmodn](https://git.tronto.net/zmodn).

Generated with cgit - Back to sebastiano.tronto.net