removed obsolete '#define UNITS_UDLS 1'

This commit is contained in:
Ralph J. Steinhagen
2021-04-08 13:57:32 +02:00
committed by Mateusz Pusz
parent a05c1ca23c
commit 3d5aed3969
2 changed files with 2 additions and 4 deletions

View File

@@ -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)._

View File

@@ -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 <https://godbolt.org/z/a956fb64o>`_
`Example #2 <https://godbolt.org/z/7sshE7o58>`_
.. seealso::