JP 3 & JP 4
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3263b4dbe
commit
e00e030f58
@ -1119,7 +1119,7 @@ public:
|
|||||||
typedef _R result_type;
|
typedef _R result_type;
|
||||||
|
|
||||||
// 20.7.16.2.1, construct/copy/destroy:
|
// 20.7.16.2.1, construct/copy/destroy:
|
||||||
explicit function() : __f_(0) {}
|
function() : __f_(0) {}
|
||||||
function(nullptr_t) : __f_(0) {}
|
function(nullptr_t) : __f_(0) {}
|
||||||
function(const function&);
|
function(const function&);
|
||||||
#ifdef _LIBCPP_MOVE
|
#ifdef _LIBCPP_MOVE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user