mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-26 04:25:51 +08:00
* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.
From-SVN: r199070
This commit is contained in:
parent
05a4261b10
commit
f92126ba39
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user