From e52035583598effc0ed8c904364206637ce1261f Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 8 Oct 2019 21:27:35 +0200 Subject: [PATCH] Approach updated DESIGN.md --- doc/DESIGN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/DESIGN.md b/doc/DESIGN.md index 6efcc799..e55ca77c 100644 --- a/doc/DESIGN.md +++ b/doc/DESIGN.md @@ -33,6 +33,7 @@ static_assert(10km / 5km == 2); - strong types - compile-time safety - `constexpr` all the things + - as fast or even faster than when working with fundamental types 2. The best possible user experience - compiler errors - debugging