From ddba9760eb51a9e1a910d1bfd988bf8f5cfce6f2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 5 Nov 2020 13:06:20 +0100 Subject: [PATCH] docs: ISO C++ standardization note updated --- README.md | 8 ++++---- docs/index.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 28f9c9b7..eb3e77e8 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ # `mp-units` - A Units Library for C++ -**The mp-units library is the subject of this ISO C++ paper: [P1935](https://wg21.link/p1935). -It is explained in this [CppCon 2019 talk](https://youtu.be/0YW6yxkdhlU) (slightly dated now). -We are working towards potentially having it standardized for C++23 and are actively looking -for parties interested in field trialing the library.** +**The mp-units library is the subject of ISO standardization for C++23/26. More on this can +be found in ISO C++ paper [P1935](https://wg21.link/p1935) and +[CppCon 2020 talk](https://www.youtube.com/watch?v=7dExYGSOJzo). We are actively looking for +parties interested in field trialing the library.** ## Documentation diff --git a/docs/index.rst b/docs/index.rst index 2132f432..e4a848da 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,10 +8,10 @@ with a permissive `MIT license `_. - It is explained in this `CppCon 2019 talk `_ (slightly dated now). - We are working towards potentially having it standardized for C++23 and are actively looking - for parties interested in field trialing the library. + The **mp-units** library is the subject of ISO standardization for C++23/26. More on this can + be found in ISO C++ paper `P1935 `_ and + `CppCon 2020 talk `_. We are actively looking for + parties interested in field trialing the library. .. note::