projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ff6c7
)
Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates truncation...
author
Marshall Clow
<mclow@qualcomm.com>
Thu, 7 Feb 2013 22:12:02 +0000
(22:12 +0000)
committer
Marshall Clow
<mclow@qualcomm.com>
Thu, 7 Feb 2013 22:12:02 +0000
(22:12 +0000)
llvm-svn: 174669
libcxx/include/algorithm
patch
|
blob
|
history
diff --git
a/libcxx/include/algorithm
b/libcxx/include/algorithm
index
e24f979
..
4adcc69
100644
(file)
--- a/
libcxx/include/algorithm
+++ b/
libcxx/include/algorithm
@@
-2764,7
+2764,7
@@
class __rs_default
__rs_default();
public:
- typedef u
nsigned
result_type;
+ typedef u
int_fast32_t
result_type;
static const result_type _Min = 0;
static const result_type _Max = 0xFFFFFFFF;