From ad1a5cc5f0f789cb30ed3379ab27d2be795c9288 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 29 May 2011 13:53:56 +0000 Subject: [PATCH] minor documentation update git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132286 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/functional | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functional b/include/functional index 82a4a923..2ea1103f 100644 --- a/include/functional +++ b/include/functional @@ -384,7 +384,7 @@ public: function& operator=(const function&); function& operator=(function&&) noexcept; - function& operator=(nullptr_t); + function& operator=(nullptr_t) noexcept; template function& operator=(F&&); template