jzmaddock 72c817e985 Remove all uses of std::abs.
Sadly it's still not implemented for all integer types on
some platforms, see: https://svn.boost.org/trac/boost/ticket/11311
Plus "unsigned_abs" does what we actually want in most cases - ie
does the right thing when the value is std::numeric_limits<T>::min()
without invoking undefined behavior.
2015-05-16 11:16:11 +01:00
2015-02-09 18:21:39 +00:00
2015-03-15 18:29:05 +00:00
2014-08-18 15:07:58 +01:00
2012-11-26 16:59:39 +00:00
Description
Mirrored via gitea-mirror
BSL-1.0 31 MiB
Languages
C++ 99.7%
Makefile 0.2%