Skip to content

Commit

Permalink
Aktualisierung von README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs authored Nov 17, 2024
1 parent 8731fcf commit 8c910ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This library increases the type-safety of your application by providing scalars
All additional checks are executed at compile-time, producing no overhead in your final application.
The library is SI-centric. All non-SI units are defined relative to their corresponding counterpart. All
built-in numeric types known in C++20 can be combined with units except `char` which isn't considered a number
but a character. You can use `signed char` and `unsigned char` instead or better `std::int8_t` or
`std::uint8_t`. There is currently no support for C++23 fixed width floating-point types. But their support is
but a character. You can use `signed char`, `unsigned char`, `std::int8_t` or
`std::uint8_t` instead. There is currently no support for C++23 fixed width floating-point types. But their support is
planed.

The library is still in a very early development stage. So please be careful when using it in
Expand Down

0 comments on commit 8c910ba

Please sign in to comment.