summaryrefslogtreecommitdiff
path: root/include/functional
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-09-21 17:58:58 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-09-21 17:58:58 +0000
commit23e470c348f5784839726282c50be5b1e1cabae5 (patch)
tree290ff9fedd831becb9c776e9d85f90fcea4f67e3 /include/functional
parentba898e42081aec544a04d282834aa99b13d57803 (diff)
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
Diffstat (limited to 'include/functional')
-rw-r--r--include/functional2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functional b/include/functional
index fdb8e0f24..c3c713e8c 100644
--- a/include/functional
+++ b/include/functional
@@ -56,7 +56,7 @@ public:
// invoke
template <class... ArgTypes>
- typename result_of<T(ArgTypes...)>::type
+ typename result_of<T&(ArgTypes&&...)>::type
operator() (ArgTypes&&...) const;
};