mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 21:54:28 +02:00
removed obsolete '#define UNITS_UDLS 1'
This commit is contained in:
committed by
Mateusz Pusz
parent
a05c1ca23c
commit
3d5aed3969
@@ -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:
|
the below example for a quick preview of basic library features:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#define UNITS_UDLS 1
|
|
||||||
#define UNITS_REFERENCES
|
#define UNITS_REFERENCES
|
||||||
#define UNITS_LITERALS
|
#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)._
|
||||||
|
@@ -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
|
performed without sacrificing on accuracy. Please see the below example for a quick preview
|
||||||
of basic library features::
|
of basic library features::
|
||||||
|
|
||||||
#define UNITS_UDLS 1
|
|
||||||
#define UNITS_REFERENCES
|
#define UNITS_REFERENCES
|
||||||
#define UNITS_LITERALS
|
#define UNITS_LITERALS
|
||||||
|
|
||||||
@@ -84,7 +83,7 @@ of basic library features::
|
|||||||
|
|
||||||
.. admonition:: Try it on Compiler Explorer
|
.. admonition:: Try it on Compiler Explorer
|
||||||
|
|
||||||
`Example #2 <https://godbolt.org/z/a956fb64o>`_
|
`Example #2 <https://godbolt.org/z/7sshE7o58>`_
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user