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

@ -109,8 +109,6 @@ performed without sacrificing accuracy. Please see the below example for a quick
=== "Header files"
```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>
@ -150,7 +148,7 @@ performed without sacrificing accuracy. Please see the below example for a quick
}
```
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/nhqhT8Mzb)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/fxcjs19ah)"
!!! note

View File

@ -271,7 +271,6 @@ This introduces an additional type-safety.
=== "Header files"
```cpp
#include <mp-units/format.h>
#include <mp-units/systems/si.h>
#include <mp-units/systems/usc.h>
#include <print>