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
This commit is contained in:
parent
ba898e4208
commit
23e470c348
@ -56,7 +56,7 @@ public:
|
||||
|
||||
// invoke
|
||||
template <class... ArgTypes>
|
||||
typename result_of<T(ArgTypes...)>::type
|
||||
typename result_of<T&(ArgTypes&&...)>::type
|
||||
operator() (ArgTypes&&...) const;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user