mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-04 15:04:32 +02:00
Warning suppression for GCC from Pierre Barbier de Reuille
<pierre.barbier-at-cirad.fr> [SVN r19437]
This commit is contained in:
@@ -175,7 +175,7 @@ namespace boost
|
||||
# ifdef LONGLONG_MIN
|
||||
return LONGLONG_MIN;
|
||||
# else
|
||||
return -9223372036854775808LL; // hope this is portable
|
||||
return -( 9223372036854775807LL )-1; // hope this is portable
|
||||
# endif
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user