[cfe-commits] [libcxx] r157107 - /libcxx/trunk/include/valarray

Douglas Gregor dgregor at apple.com
Sat May 19 00:01:14 PDT 2012


Author: dgregor
Date: Sat May 19 02:01:14 2012
New Revision: 157107

URL: http://llvm.org/viewvc/llvm-project?rev=157107&view=rev
Log:
valarray resize should not be _LIBCPP_INLINE_VISIBILITY

Modified:
    libcxx/trunk/include/valarray

Modified: libcxx/trunk/include/valarray
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/valarray?rev=157107&r1=157106&r2=157107&view=diff
==============================================================================
--- libcxx/trunk/include/valarray (original)
+++ libcxx/trunk/include/valarray Sat May 19 02:01:14 2012
@@ -1010,7 +1010,6 @@
     valarray apply(value_type __f(value_type)) const;
     _LIBCPP_INLINE_VISIBILITY
     valarray apply(value_type __f(const value_type&)) const;
-    _LIBCPP_INLINE_VISIBILITY
     void     resize(size_t __n, value_type __x = value_type());
 
 private:





More information about the cfe-commits mailing list