fix llabs in g++ 3.3
This commit is contained in:
@@ -43,6 +43,10 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(NEED_CSTDLIB_WORKAROUND)
|
||||||
|
#define llabs ::llabs
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(NEED_MINMAX_TEMPLATES)
|
#if defined(NEED_MINMAX_TEMPLATES)
|
||||||
/* Some old <algorithm>s don't actually define min and max. */
|
/* Some old <algorithm>s don't actually define min and max. */
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|||||||
Reference in New Issue
Block a user