From 3d5aed3969f97f1638358ccb1391999480351c58 Mon Sep 17 00:00:00 2001 From: "Ralph J. Steinhagen" Date: Thu, 8 Apr 2021 13:57:32 +0200 Subject: [PATCH] removed obsolete '#define UNITS_UDLS 1' --- README.md | 3 +-- docs/quick_start.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57b96388..b81025d1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ and dimensional analysis can be performed without sacrificing on accuracy. Pleas the below example for a quick preview of basic library features: ```cpp -#define UNITS_UDLS 1 #define UNITS_REFERENCES #define UNITS_LITERALS @@ -107,4 +106,4 @@ int main() } ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/a956fb64o)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/7sshE7o58)._ diff --git a/docs/quick_start.rst b/docs/quick_start.rst index 9b898eb2..faba09cd 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -42,7 +42,6 @@ but still easy to use interface where all unit conversions and dimensional analy performed without sacrificing on accuracy. Please see the below example for a quick preview of basic library features:: - #define UNITS_UDLS 1 #define UNITS_REFERENCES #define UNITS_LITERALS @@ -84,7 +83,7 @@ of basic library features:: .. admonition:: Try it on Compiler Explorer - `Example #2 `_ + `Example #2 `_ .. seealso::