Browse Source
The implementation of base_uint::operator++(int) and base_uint::operator--(int) is now safer. Array pn is accessed via index i after bounds checking has been performed on the index, rather than before. The logic of the while loops has also been made more clear. A compile time assertion has been added in the class constructors to ensure that BITS is a positive multiple of 32.0.15
Pavlos Antoniou
8 years ago
2 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue