From be5218e0f554a5cacbda61273983aa700eab5e47 Mon Sep 17 00:00:00 2001 From: lanl2tz Date: Fri, 18 Oct 2024 16:20:12 +0800 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e006037..db7b04e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Adventures in modern C++ by lanl2tz In this repository I aim to jot down fragmental stuff that I picked up from modern features of C++ (mainly from C++11 and -its supplementary patches C++14 and C++17).\ +its supplementary patches C++14 and C++17).\\ I picked up these pieces of modern C++ bits for just two reasons: - They make writing certain features really easy or efficient. - Artistry can be derived from the structures implemented using them.\\ We are primarily concerned with C++ 17 as it is well implemented across -different compilers (Clang, GCC, etc).\ +different compilers (Clang, GCC, etc).\\ The Clang g++ compiler is used with ```-std=c++17```. \ No newline at end of file