Compiler Explorer links updated (resolves #104)

This commit is contained in:
Mateusz Pusz
2020-05-11 08:52:08 +02:00
parent a6c7676828
commit a9ff29c637
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ static_assert(2q_km_per_h * 2q_h == 4q_km);
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
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)._

View File

@@ -20,7 +20,7 @@ Here is a small example of possible operations::
.. 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
: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
`Example #2 <https://godbolt.org/z/LfxpkL>`_
`Example #2 <https://godbolt.org/z/f-f6y6>`_
.. seealso::