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++
**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

View File

@@ -8,10 +8,10 @@ with a permissive `MIT license <https://github.com/mpusz/units/blob/master/LICEN
.. important::
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.
.. note::