vpiotr / decimal_for_cpp

Decimal data type for C++
273 stars 68 forks source link

make some operators trivial #37

Closed Frafjord closed 4 years ago

Frafjord commented 4 years ago

Making the destructor, assignment operator and copy constructor trivial. Setting default constructor to noexcept.

The default constructor could be set to default too, but that would be a breaking change, it would not be set to 0.