From 65eecb7dac2539c446e2a6ec046d3482f82d7009 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Wed, 5 Nov 2025 18:58:43 +0100 Subject: [PATCH] Add some missing backticks in Gennaro's 2025 Q3 update --- _posts/2025-10-14-Gennaros2025Q3Update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-10-14-Gennaros2025Q3Update.md b/_posts/2025-10-14-Gennaros2025Q3Update.md index 69fb71bdd..c09de0e5f 100644 --- a/_posts/2025-10-14-Gennaros2025Q3Update.md +++ b/_posts/2025-10-14-Gennaros2025Q3Update.md @@ -123,8 +123,8 @@ maintainability: output. - Changed the stream extractor to rethrow any exceptions coming from the underlying container. -- Reordered and cleaned up all #include sections to use the "" form for Boost - includes where appropriate and to keep include groups sorted. +- Reordered and cleaned up all `#include` sections to use the `""` form for + Boost includes where appropriate and to keep include groups sorted. - Removed an example timing benchmark that was misleading and a number of unneeded comments and minor typos across code and docs.