vpiotr / decimal_for_cpp

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

Reduce number of corner cases where division has to use double #26

Closed Frafjord closed 7 years ago

Frafjord commented 7 years ago

I have removed the friend-statement that you didn't like.

vpiotr commented 7 years ago

Hi, thanks for your input.

I have imported (not directly) almost all your changes. There was one extra file which I suppose was not needed (so I'm closing this PR without direct import).

Change tested on gcc 5.4 and VS 2015.

Thanks again, Piotr