From 8076916d5c925e5eb1960ea775ae4edf4262bdbb Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 11 Jul 2023 15:49:04 +0200 Subject: [PATCH] docs: Compiler Explorer link added to `hello_units` example --- docs/users_guide/examples/hello_units.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/users_guide/examples/hello_units.md b/docs/users_guide/examples/hello_units.md index 64776ce7..d40d3b62 100644 --- a/docs/users_guide/examples/hello_units.md +++ b/docs/users_guide/examples/hello_units.md @@ -6,6 +6,8 @@ tags: # `hello_units` +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/5s9KMYh6d)" + This is a really simple example showcasing the features of the **mp-units** library. ```cpp title="hello_units.cpp" linenums="1"