minor documentation update
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0687adca37
commit
ad1a5cc5f0
@ -384,7 +384,7 @@ public:
|
||||
|
||||
function& operator=(const function&);
|
||||
function& operator=(function&&) noexcept;
|
||||
function& operator=(nullptr_t);
|
||||
function& operator=(nullptr_t) noexcept;
|
||||
template<class F>
|
||||
function& operator=(F&&);
|
||||
template<class F>
|
||||
|
Loading…
x
Reference in New Issue
Block a user