docs: Compiler Explorer links updated to reflect the latest changes

This commit is contained in:
Mateusz Pusz
2024-06-11 08:57:18 +02:00
parent b2b64700fb
commit 8977739692
4 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ Output:
Harvard Bridge length = 364.4 smoot (2034.6 ft, 620.14 m) ± 1 εar
```
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/zsW1f6Tn1)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/f8f4KnKh8)"
??? question "What is `smoot`?"

View File

@@ -7,7 +7,7 @@ tags:
# `avg_speed`
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/EYo7879qd)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/TnqGa4sdn)"
Let's continue the previous example. This time, our purpose will not be to showcase as many
library features as possible, but we will scope on different interfaces one can provide

View File

@@ -6,7 +6,7 @@ tags:
# `hello_units`
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/KKGGhKjqn)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/bT4GGPbef)"
This is a really simple example showcasing the features of the **mp-units** library.

View File

@@ -6,7 +6,7 @@ tags:
# `si_constants`
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/sEqWcchdE)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/MevcK8vYT)"
The next example presents all the seven defining constants of the SI system. We can observe
how [Faster-than-lightspeed Constants](../framework_basics/faster_than_lightspeed_constants.md)