docs: ISO C++ standardization note updated

This commit is contained in:
Mateusz Pusz
2020-11-05 13:06:20 +01:00
parent a97b6c71c1
commit ddba9760eb
2 changed files with 8 additions and 8 deletions

View File

@@ -6,10 +6,10 @@
# `mp-units` - A Units Library for C++ # `mp-units` - A Units Library for C++
**The mp-units library is the subject of this ISO C++ paper: [P1935](https://wg21.link/p1935). **The mp-units library is the subject of ISO standardization for C++23/26. More on this can
It is explained in this [CppCon 2019 talk](https://youtu.be/0YW6yxkdhlU) (slightly dated now). be found in ISO C++ paper [P1935](https://wg21.link/p1935) and
We are working towards potentially having it standardized for C++23 and are actively looking [CppCon 2020 talk](https://www.youtube.com/watch?v=7dExYGSOJzo). We are actively looking for
for parties interested in field trialing the library.** parties interested in field trialing the library.**
## Documentation ## Documentation

View File

@@ -8,10 +8,10 @@ with a permissive `MIT license <https://github.com/mpusz/units/blob/master/LICEN
.. important:: .. important::
The **mp-units** library is the subject of this ISO C++ paper: `P1935 <https://wg21.link/p1935>`_. The **mp-units** library is the subject of ISO standardization for C++23/26. More on this can
It is explained in this `CppCon 2019 talk <https://youtu.be/0YW6yxkdhlU>`_ (slightly dated now). be found in ISO C++ paper `P1935 <https://wg21.link/p1935>`_ and
We are working towards potentially having it standardized for C++23 and are actively looking `CppCon 2020 talk <https://www.youtube.com/watch?v=7dExYGSOJzo>`_. We are actively looking for
for parties interested in field trialing the library. parties interested in field trialing the library.
.. note:: .. note::