aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-13 15:26:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-13 15:26:47 +0200
commit4473fea430fbaddaf67afca77ed331067882a638 (patch)
tree3767024a9a70df4bad99722e29029d495e935604 /src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
parent86059c69cdd5fc46fee8cb4a0c859d211f4a2058 (diff)
downloadsebastiano.tronto.net-4473fea430fbaddaf67afca77ed331067882a638.tar.gz
sebastiano.tronto.net-4473fea430fbaddaf67afca77ed331067882a638.zip
Update link and fix target
Diffstat (limited to 'src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md')
-rw-r--r--src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md b/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
index fe1ca5d..bce440f 100644
--- a/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
+++ b/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
@@ -269,7 +269,7 @@ A classic example is
269[`std::tuple`](https://en.cppreference.com/w/cpp/utility/tuple), which 269[`std::tuple`](https://en.cppreference.com/w/cpp/utility/tuple), which
270works similarly to `std::pair`, but accepts any number of items. 270works similarly to `std::pair`, but accepts any number of items.
271 271
272## Contraints and concepts 272## Constraints and concepts
273 273
274To explain the last features I want to talk about, I am going to use a 274To explain the last features I want to talk about, I am going to use a
275simlpe, albeit slightly unusual, example: let's implement a class 275simlpe, albeit slightly unusual, example: let's implement a class

Generated with cgit - Back to sebastiano.tronto.net