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>
* 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.
(unique_ptr<T[],D>::reset()): Combine two overloads into one.
(default_delete, unique_ptr): Add doxygen comments.
......
......@@ -83,7 +83,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
{ return _M_target->hash_code(); }
const char*
name() const
name() const noexcept
{ return _M_target->name(); }
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