Author: ericwf Date: Tue Nov 15 22:45:32 2016 New Revision: 287080 URL: http://llvm.org/viewvc/llvm-project?rev=287080&view=rev Log: Fix non-reserved name usage
Modified: libcxx/trunk/include/limits Modified: libcxx/trunk/include/limits URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/limits?rev=287080&r1=287079&r2=287080&view=diff ============================================================================== --- libcxx/trunk/include/limits (original) +++ libcxx/trunk/include/limits Tue Nov 15 22:45:32 2016 @@ -182,7 +182,7 @@ protected: 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); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits