cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

Add typedefs to match the STL #587

Open mborland opened 1 month ago

mborland commented 1 month ago

We should have decimal32_t, decimal64_t, decimal128_t, and decimal_fast32_t. Don't stomp on the current definitions since they are in use

ckormanyos commented 1 month ago

should have ...

In std:: or also global? I've not realized that one yet...

mborland commented 1 month ago

Just in boost. It's illegal to inject them into std.