stddecimal
stddecimal copied to clipboard
An implementation of the proposed C++ std::decimal
http://speleotrove.com/decimal/dectest.html
The spec describes this in detail, implement and add tests. It will have to live in it's own header as we obviously can't change
template constexpr decimal32 operator "" DF(); template constexpr decimal64 operator "" DD(); template constexpr decimal128 operator "" DL(); template constexpr decimal32 operator "" df(); template constexpr decimal64 operator "" dd();...
The existing tests are designed to exercise the templates and the basic usage of the Intel library. This shouldn't be done until the exception handling has been implemented.
operator>> has not been implemented. A very basic operator