forked from mpusz/mp-units
Compiler Explorer links updated (resolves #104)
This commit is contained in:
@@ -42,7 +42,7 @@ static_assert(2q_km_per_h * 2q_h == 4q_km);
|
|||||||
static_assert(2q_km / 2q_km_per_h == 1q_h);
|
static_assert(2q_km / 2q_km_per_h == 1q_h);
|
||||||
```
|
```
|
||||||
|
|
||||||
_Try it on the [Compiler Explorer](https://godbolt.org/z/_TS2ey)._
|
_Try it on the [Compiler Explorer](https://godbolt.org/z/XPmjPz)._
|
||||||
|
|
||||||
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
|
||||||
@@ -76,4 +76,4 @@ int main()
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
_Try it on the [Compiler Explorer](https://godbolt.org/z/LfxpkL)._
|
_Try it on the [Compiler Explorer](https://godbolt.org/z/f-f6y6)._
|
||||||
|
@@ -20,7 +20,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/_TS2ey>`_
|
`Example #1 <https://godbolt.org/z/XPmjPz>`_
|
||||||
|
|
||||||
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
|
||||||
@@ -55,7 +55,7 @@ of basic library features::
|
|||||||
|
|
||||||
.. admonition:: Try it on Compiler Explorer
|
.. admonition:: Try it on Compiler Explorer
|
||||||
|
|
||||||
`Example #2 <https://godbolt.org/z/LfxpkL>`_
|
`Example #2 <https://godbolt.org/z/f-f6y6>`_
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user