From ef35832925bee93c9c06e669b0733f877c021214 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Fri, 14 Oct 2022 13:29:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b9e687c6..339b4c65ae 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Glaze requires C++20, using concepts for cleaner code and more helpful errors. ## Compiler Support -Glaze builds with clang and MSVC compilers. Currently it doesn't build with gcc because of std::declval issues ([see issue #7](https://github.com/stephenberry/glaze/issues/7#issue-1409706710). +Glaze builds with clang and MSVC compilers. Currently it doesn't build with gcc because of std::declval issues ([see issue #7](https://github.com/stephenberry/glaze/issues/7#issue-1409706710)). ### Raw Buffer Performance