Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-05-29 17:53:56 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-05-29 17:53:56 +0400
commitaf152c8431155705dd5b03199422fe28689eb038 (patch)
tree26bfa9b043a6f9b886545c881a9e4ebd653b6bea /libcxx/include/functional
parent707f2d7787d99a14bfa7587b94d5387fc99fc431 (diff)
minor documentation update
llvm-svn: 132286
Diffstat (limited to 'libcxx/include/functional')
-rw-r--r--libcxx/include/functional2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/functional b/libcxx/include/functional
index 82a4a923ffb4..2ea1103f3911 100644
--- a/libcxx/include/functional
+++ b/libcxx/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<class F>
function& operator=(F&&);
template<class F>