From e35d46fe3b15571ae2992fdb249aac37fb83c42e Mon Sep 17 00:00:00 2001 From: Elias Kosunen Date: Wed, 6 Nov 2024 00:52:03 +0200 Subject: [PATCH] Update README godbolt link --- README.md | 2 +- docs/pages/mainpage.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b10cafd..f512942e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ int main() { } ``` -Try out in [Compiler Explorer](https://godbolt.org/z/djzKx6Evz). +Try out in [Compiler Explorer](https://godbolt.org/z/oG71eorvE). ## What is this? diff --git a/docs/pages/mainpage.md b/docs/pages/mainpage.md index cb90818c..d040bbb5 100644 --- a/docs/pages/mainpage.md +++ b/docs/pages/mainpage.md @@ -5,6 +5,10 @@ Think of it as a more C++-y `scanf`, or the inverse of {fmt} / `std::format`. +This library is the reference implementation of the +ISO C++ standards proposal +P1729 "Text Parsing". + The code lives over at GitHub, at https://github.com/eliaskosunen/scnlib. \code{.cpp}