Commit f92126ba by Jonathan Wakely Committed by Jonathan Wakely

* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.

From-SVN: r199070
parent 05a4261b
2013-05-18 Jonathan Wakely <jwakely.gcc@gmail.com> 2013-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.
2013-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/unique_ptr.h (make_unique): Declare inline. * include/bits/unique_ptr.h (make_unique): Declare inline.
(unique_ptr<T[],D>::reset()): Combine two overloads into one. (unique_ptr<T[],D>::reset()): Combine two overloads into one.
(default_delete, unique_ptr): Add doxygen comments. (default_delete, unique_ptr): Add doxygen comments.
......
...@@ -83,7 +83,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -83,7 +83,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
{ return _M_target->hash_code(); } { return _M_target->hash_code(); }
const char* const char*
name() const name() const noexcept
{ return _M_target->name(); } { return _M_target->name(); }
private: private:
......
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