[libcxx] r191140 - Apply LWG 2017. This is a only a documentation change.

Howard Hinnant hhinnant at apple.com
Sat Sep 21 10:58:58 PDT 2013


Author: hhinnant
Date: Sat Sep 21 12:58:58 2013
New Revision: 191140

URL: http://llvm.org/viewvc/llvm-project?rev=191140&view=rev
Log:
Apply LWG 2017.  This is a only a documentation change.

Modified:
    libcxx/trunk/include/functional

Modified: libcxx/trunk/include/functional
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/functional?rev=191140&r1=191139&r2=191140&view=diff
==============================================================================
--- libcxx/trunk/include/functional (original)
+++ libcxx/trunk/include/functional Sat Sep 21 12:58:58 2013
@@ -56,7 +56,7 @@ public:
 
     // invoke
     template <class... ArgTypes>
-      typename result_of<T(ArgTypes...)>::type
+      typename result_of<T&(ArgTypes&&...)>::type
           operator() (ArgTypes&&...) const;
 };
 





More information about the cfe-commits mailing list