| commit | 86dd66e96cc57d70639bfbae71f23ad4953ea1a5 | [log] [tgz] |
|---|---|---|
| author | Eric Fiselier <eric@efcs.ca> | Wed Nov 16 04:45:32 2016 +0000 |
| committer | Eric Fiselier <eric@efcs.ca> | Wed Nov 16 04:45:32 2016 +0000 |
| tree | 4c27911f66b1e89bbf79b363b51662edf564e08c | |
| parent | d05c5aea47d360fcda37de5e5801f728908271d5 [diff] [blame] |
Fix non-reserved name usage llvm-svn: 287080
diff --git a/libcxx/include/limits b/libcxx/include/limits index 80a1be4..b066d74 100644 --- a/libcxx/include/limits +++ b/libcxx/include/limits
@@ -182,7 +182,7 @@ static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; }; -template <class _Tp, int digits, bool is_signed> +template <class _Tp, int digits, bool _IsSigned> struct __libcpp_compute_min { static _LIBCPP_CONSTEXPR const _Tp value = _Tp(_Tp(1) << digits);