diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-28 09:34:46 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-28 09:34:46 +0200 |
| commit | aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8 (patch) | |
| tree | 222ae7cc52bf8395d44324bb829e2686acde10d8 /src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md | |
| parent | b55c05b91316f2054b3046794799e7eaa5ffcd8d (diff) | |
| parent | c192f8cde924377ffe4085a80f2baeb525658af1 (diff) | |
| download | sebastiano.tronto.net-aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8.tar.gz sebastiano.tronto.net-aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8.zip | |
Merge branch 'master' of tronto.net:sebastiano.tronto.net
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.md | 2 |
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 |
| 270 | works similarly to `std::pair`, but accepts any number of items. | 270 | works similarly to `std::pair`, but accepts any number of items. |
| 271 | 271 | ||
| 272 | ## Contraints and concepts | 272 | ## Constraints and concepts |
| 273 | 273 | ||
| 274 | To explain the last features I want to talk about, I am going to use a | 274 | To explain the last features I want to talk about, I am going to use a |
| 275 | simlpe, albeit slightly unusual, example: let's implement a class | 275 | simlpe, albeit slightly unusual, example: let's implement a class |
