forked from mpusz/mp-units
docs: Compiler Explorer links updated
This commit is contained in:
@ -51,7 +51,7 @@ static_assert(10_q_km / 5_q_km == 2);
|
||||
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
|
||||
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)._
|
||||
|
@ -29,7 +29,7 @@ Here is a small example of possible operations::
|
||||
|
||||
.. 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
|
||||
: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
|
||||
|
||||
`Example #2 <https://godbolt.org/z/Wd9d87>`_
|
||||
`Example #2 <https://godbolt.org/z/8dh4cv>`_
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
Reference in New Issue
Block a user