|
e20431e713
|
Changed long long to boost::long_long_type and unsigned long long to boost::ulong_long_type. A couple of other typo corrections, to get the code compiling with g++ -pedantic.
[SVN r44877]
|
2015-01-13 19:41:27 +02:00 |
|
|
307fee457a
|
Fix Borland infinite looping issue.
[SVN r39723]
|
2015-01-13 19:41:27 +02:00 |
|
|
80b59192ae
|
Made the GCD specializations for '(unsigned) long long' and '(unsigned) __int64' mutually exclusive, following the lead of <boost/cstdint.hpp>.
[SVN r35999]
|
2015-01-13 19:41:25 +02:00 |
|
|
1f5f827a5e
|
Changed GCD for built-in integer types to use the binary-GCD algorithm
[SVN r35850]
|
2015-01-13 19:41:25 +02:00 |
|
|
56bd3fd0b3
|
Moved the Compile-Time and Run-Time components to separate headers
[SVN r14272]
|
2015-01-13 19:41:21 +02:00 |
|