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

@@ -785,7 +785,7 @@ namespace drawerbase {
}
//Override _m_caption for caption()
auto textbox::_m_caption() const throw() -> native_string_type
auto textbox::_m_caption() const noexcept -> native_string_type
{
internal_scope_guard lock;
auto editor = get_drawer_trigger().editor();