JP 3 & JP 4

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111547 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/functional b/include/functional
index 430f325..55c38e5 100644
--- a/include/functional
+++ b/include/functional
@@ -1119,7 +1119,7 @@
     typedef _R result_type;
 
     // 20.7.16.2.1, construct/copy/destroy:
-    explicit function() : __f_(0) {}
+    function() : __f_(0) {}
     function(nullptr_t) : __f_(0) {}
     function(const function&);
 #ifdef _LIBCPP_MOVE