From 4396d3525aa69b47f130e05001b26bb0b0c14282 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Wed, 31 Jul 2024 02:22:33 +0000 Subject: [PATCH] Update README.md for C++20 modules --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5886638..f476992 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Features ### Ranges Like Interface For TupleLike ```cpp -#include +import utempl; auto main() -> int { using namespace utempl; @@ -18,9 +18,8 @@ auto main() -> int { ``` ### Storage types in array ```cpp -#include -#include -#include +import utempl; +import std; auto main() -> int { using namespace utempl;