docs: deprecated header files removed from documentation

This commit is contained in:
Mateusz Pusz
2025-06-20 10:56:34 +02:00
parent 35798a0f39
commit f4b167a269
10 changed files with 47 additions and 61 deletions

View File

@@ -91,8 +91,6 @@ and dimensional analysis can be performed without sacrificing on runtime perform
accuracy. Please see the below example for a quick preview of basic library features:
```cpp
#include <mp-units/format.h>
#include <mp-units/ostream.h>
#include <mp-units/systems/international.h>
#include <mp-units/systems/isq.h>
#include <mp-units/systems/si.h>
@@ -132,4 +130,4 @@ int main()
}
```
_Try it on the [Compiler Explorer](https://godbolt.org/z/nhqhT8Mzb)._
_Try it on the [Compiler Explorer](https://godbolt.org/z/fxcjs19ah)._