mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
refactor: basic_symbol_text
renamed to symbol_text
This commit is contained in:
@@ -101,11 +101,11 @@ and units of derived quantities.
|
||||
|
||||
!!! tip
|
||||
|
||||
For older compilers, it might be required to specify a `basic_symbol_text` class explicitly
|
||||
For older compilers, it might be required to specify a `symbol_text` class explicitly
|
||||
template name to initialize it with two symbols:
|
||||
|
||||
```cpp
|
||||
inline constexpr struct ohm : named_unit<basic_symbol_text{u8"Ω", "ohm"}, volt / ampere> {} ohm;
|
||||
inline constexpr struct ohm : named_unit<symbol_text{u8"Ω", "ohm"}, volt / ampere> {} ohm;
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user