[libcxx] r189626 - Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.
Howard Hinnant
hhinnant at apple.com
Thu Aug 29 16:50:48 PDT 2013
Author: hhinnant
Date: Thu Aug 29 18:50:48 2013
New Revision: 189626
URL: http://llvm.org/viewvc/llvm-project?rev=189626&view=rev
Log:
Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.
Modified:
libcxx/trunk/include/cmath
Modified: libcxx/trunk/include/cmath
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/cmath?rev=189626&r1=189625&r2=189626&view=diff
==============================================================================
--- libcxx/trunk/include/cmath (original)
+++ libcxx/trunk/include/cmath Thu Aug 29 18:50:48 2013
@@ -767,7 +767,7 @@ inline _LIBCPP_INLINE_VISIBILITY long do
#endif
template <class _A1>
-inline _LIBCPP_ALWAYS_INLINE _LIBCPP_INLINE_VISIBILITY
+inline _LIBCPP_INLINE_VISIBILITY
typename enable_if<is_integral<_A1>::value, double>::type
cos(_A1 __x) _NOEXCEPT {return cos((double)__x);}
More information about the cfe-commits
mailing list