Merge branch 'develop-c++17' into develop

This commit is contained in:
Jinhao
2018-06-04 02:29:55 +08:00
35 changed files with 270 additions and 86 deletions

View File

@@ -937,7 +937,7 @@ namespace paint
impl_->size.width = impl_->size.height = 0;
}
void graphics::save_as_file(const char* file_utf8) const throw()
void graphics::save_as_file(const char* file_utf8) const noexcept
{
if(impl_->handle)
{