Closed rishid closed 11 years ago
The following code snippet returns an invalid string.
cout << "Test with <4> is: " << decimal<4>(-0.5) << endl;
Thanks for pointing this out. Error corrected, new test cases added.
The following code snippet returns an invalid string.