diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-19 19:20:10 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-19 19:20:10 +0000 |
commit | cbbc430d241872fdce4dd014d68f2527a8a6af81 (patch) | |
tree | 343e70f8c16f662618a12b147ae441a05de8b829 /libcxx/include/functional | |
parent | 907af2668f69bc4e6822497171516f63587412ed (diff) | |
download | bcm5719-llvm-cbbc430d241872fdce4dd014d68f2527a8a6af81.tar.gz bcm5719-llvm-cbbc430d241872fdce4dd014d68f2527a8a6af81.zip |
JP 3 & JP 4
llvm-svn: 111547
Diffstat (limited to 'libcxx/include/functional')
-rw-r--r-- | libcxx/include/functional | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/functional b/libcxx/include/functional index 430f3255389..55c38e5a978 100644 --- a/libcxx/include/functional +++ b/libcxx/include/functional @@ -1119,7 +1119,7 @@ public: 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 |