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

@@ -271,7 +271,7 @@ namespace nana{
_m_init();
}
auto group::_m_caption() const throw() -> native_string_type
auto group::_m_caption() const noexcept -> native_string_type
{
return impl_->caption.caption_native();
}