forked from OSchip/llvm-project
Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates truncation warnings on Linux
llvm-svn: 174669
This commit is contained in:
parent
64ff6c70da
commit
b6e5f854f5
|
@ -2764,7 +2764,7 @@ class __rs_default
|
|||
|
||||
__rs_default();
|
||||
public:
|
||||
typedef unsigned result_type;
|
||||
typedef uint_fast32_t result_type;
|
||||
|
||||
static const result_type _Min = 0;
|
||||
static const result_type _Max = 0xFFFFFFFF;
|
||||
|
|
Loading…
Reference in New Issue