forked from OSchip/llvm-project
parent
707f2d7787
commit
af152c8431
|
@ -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…
Reference in New Issue