Permalink
Please sign in to comment.
Browse files
Fix llabs() ambiguity
some older systems (e.g. OSX/PPC) fail to compile with error: call of overloaded 'llabs(long long int)' is ambiguous candidates are: long long int llabs(long long int) long long int __gnu_cxx::llabs(long long int)
- Loading branch information...
0 comments on commit
983875f