diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-13 15:26:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-13 15:26:47 +0200 |
| commit | 4473fea430fbaddaf67afca77ed331067882a638 (patch) | |
| tree | 3767024a9a70df4bad99722e29029d495e935604 /src/blog | |
| parent | 86059c69cdd5fc46fee8cb4a0c859d211f4a2058 (diff) | |
| download | sebastiano.tronto.net-4473fea430fbaddaf67afca77ed331067882a638.tar.gz sebastiano.tronto.net-4473fea430fbaddaf67afca77ed331067882a638.zip | |
Update link and fix target
Diffstat (limited to 'src/blog')
| -rw-r--r-- | src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md | 2 | ||||
| -rw-r--r-- | src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md | 4 |
2 files changed, 3 insertions, 3 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 |
diff --git a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md index e17f89d..094c88c 100644 --- a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md +++ b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md | |||
| @@ -325,8 +325,8 @@ Apart from the | |||
| 325 | installation process and the dependency management, my first impression | 325 | installation process and the dependency management, my first impression |
| 326 | of Rust is quite positive. But as I said, I am just getting started | 326 | of Rust is quite positive. But as I said, I am just getting started |
| 327 | and my judgement is very superficial. I do want to write some small | 327 | and my judgement is very superficial. I do want to write some small |
| 328 | project in Rust, and I think I'll start from re-writing a simple [math | 328 | project in Rust, and I think I'll start from re-writing a simple |
| 329 | library for modular arithmetic](../2025-01-21-taming-cpp-templates) | 329 | [math library for modular arithmetic](../2025-01-21-taming-cpp-templates/#constraints-and-concepts) |
| 330 | that I wrote in C++ some time ago. | 330 | that I wrote in C++ some time ago. |
| 331 | 331 | ||
| 332 | Stay tuned for more 🦀 | 332 | Stay tuned for more 🦀 |
