Commit b24a9835 by Paolo Carlini Committed by Paolo Carlini

hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept from declaration too.

2011-09-29  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)):
	Remove noexcept from declaration too.

From-SVN: r179360
parent ab758510
2011-09-29 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)):
Remove noexcept from declaration too.
2011-09-27 Benjamin Kosnik <bkoz@redhat.com>
* doc/html/*: Regenerate.
......
......@@ -213,9 +213,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
_Hashtable(const _Hashtable&);
_Hashtable(_Hashtable&&)
noexcept(__and_<is_nothrow_copy_constructible<_Equal>,
is_nothrow_copy_constructible<_H1>>::value);
_Hashtable(_Hashtable&&);
_Hashtable&
operator=(const _Hashtable& __ht)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment