docs: Compiler Explorer links updated

This commit is contained in:
Mateusz Pusz
2020-09-13 11:36:37 +02:00
parent 6e510b3a2a
commit b5ffc8fe25
2 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ static_assert(10_q_km / 5_q_km == 2);
static_assert(1000 / 1_q_s == 1_q_kHz); static_assert(1000 / 1_q_s == 1_q_kHz);
``` ```
_Try it on the [Compiler Explorer](https://godbolt.org/z/oc7P9z)._ _Try it on the [Compiler Explorer](https://godbolt.org/z/YWch6d)._
This library requires some C++20 features (concepts, classes as NTTPs, ...). Thanks to This library requires some C++20 features (concepts, classes as NTTPs, ...). Thanks to
them the user gets a powerful but still easy to use interface and all unit conversions them the user gets a powerful but still easy to use interface and all unit conversions
@ -86,4 +86,4 @@ int main()
} }
``` ```
_Try it on the [Compiler Explorer](https://godbolt.org/z/Wd9d87)._ _Try it on the [Compiler Explorer](https://godbolt.org/z/8dh4cv)._

View File

@ -29,7 +29,7 @@ Here is a small example of possible operations::
.. admonition:: Try it on Compiler Explorer .. admonition:: Try it on Compiler Explorer
`Example #1 <https://godbolt.org/z/jrKeqe>`_ `Example #1 <https://godbolt.org/z/YWch6d>`_
This library requires some C++20 features (concepts, classes as This library requires some C++20 features (concepts, classes as
:abbr:`NTTP (Non-Type Template Parameter)`, ...). Thanks to them the user gets a powerful :abbr:`NTTP (Non-Type Template Parameter)`, ...). Thanks to them the user gets a powerful
@ -65,7 +65,7 @@ of basic library features::
.. admonition:: Try it on Compiler Explorer .. admonition:: Try it on Compiler Explorer
`Example #2 <https://godbolt.org/z/Wd9d87>`_ `Example #2 <https://godbolt.org/z/8dh4cv>`_
.. seealso:: .. seealso::