From 621b461a12af1d4c52d867127753b2bc0b60f946 Mon Sep 17 00:00:00 2001 From: cqwrteur <100043421+trcrsired@users.noreply.github.com> Date: Fri, 5 Jul 2024 07:02:08 -0400 Subject: [PATCH] Remove rant --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 98e330f25..15214271c 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,3 @@ -WE REFUSE TO SUPPORT C++20 MODULE. FUCK YOU WG21 FOR THIS BS. - # fast_io fast_io is a C++20 input/output library that provides [exceptional speed](readme.md#Benchmarks) and is designed to replace the commonly used `` and `` libraries. It is a header-only library and is licensed under the [MIT license](license.txt), making it easy to include in any project. However, it requires a C++20 compiler that supports concepts.