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

@@ -825,7 +825,7 @@ namespace nana
return *this;
}
bool label::transparent() const throw()
bool label::transparent() const noexcept
{
return API::is_transparent_background(*this);
}
@@ -849,7 +849,7 @@ namespace nana
return *this;
}
label& label::click_for(window associated_window) throw()
label& label::click_for(window associated_window) noexcept
{
get_drawer_trigger().impl()->for_associated_wd = associated_window;
return *this;