fix link to godbolt compiler in readme

This commit is contained in:
Andy Little
2020-03-21 13:59:36 +00:00
committed by Mateusz Pusz
parent b605ca309b
commit c886590b03

View File

@@ -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