no throw()

This commit is contained in:
Jinhao
2017-12-19 03:30:38 +08:00
parent 486e75f3ae
commit 5f77c73aaa
18 changed files with 28 additions and 28 deletions

View File

@@ -764,7 +764,7 @@ namespace nana
modifier(to_utf8(prefix), to_utf8(suffix));
}
auto spinbox::_m_caption() const throw() -> native_string_type
auto spinbox::_m_caption() const noexcept -> native_string_type
{
internal_scope_guard lock;
auto editor = get_drawer_trigger().impl()->editor();