From 07a1a2991275f2c98d20750c68dc87fb9d99895c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 23 Oct 2020 11:17:57 -0700 Subject: [PATCH] clarify that we don't use C++20 modules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad53d4a..de8e8201 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ free to make a fork. If you show it to me, I'll link to it here, so others can use it. I might even pull your changes into this repo! - [mu-normie](https://git.sr.ht/~akkartik/mu-normie): with a more standard - build system and C++ modules. + build system that organizes the repo by header files and compilation units. - [mu-x86\_64](https://git.sr.ht/~akkartik/mu-x86_64): experimental fork for 64-bit x86 in collaboration with [Max Bernstein](https://bernsteinbear.com). It's brought up a few concrete open problems that I don't have good solutions