| commit | 23e470c348f5784839726282c50be5b1e1cabae5 | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Sat Sep 21 17:58:58 2013 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Sat Sep 21 17:58:58 2013 +0000 |
| tree | 290ff9fedd831becb9c776e9d85f90fcea4f67e3 | |
| parent | ba898e42081aec544a04d282834aa99b13d57803 [diff] [blame] |
Apply LWG 2017. This is a only a documentation change. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@191140 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/functional b/include/functional index fdb8e0f..c3c713e 100644 --- a/include/functional +++ b/include/functional
@@ -56,7 +56,7 @@ // invoke template <class... ArgTypes> - typename result_of<T(ArgTypes...)>::type + typename result_of<T&(ArgTypes&&...)>::type operator() (ArgTypes&&...) const; };