From c886590b03ac6e98266f59e108a5aa466bc36d11 Mon Sep 17 00:00:00 2001 From: Andy Little Date: Sat, 21 Mar 2020 13:59:36 +0000 Subject: [PATCH] fix link to godbolt compiler in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c20a3c1a..48a6f953 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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](???)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/_Yx6D7)._ 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