commit | e00e030f580d40813564e582d6cb74c209284cd2 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Aug 19 19:20:10 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Aug 19 19:20:10 2010 +0000 |
tree | 944b7ef03428fe3870c64cbabd747dc36218505b | |
parent | e3263b4dbe7ed2353dfca6dc59a59124edf104ef [diff] |
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