Merge branch 'develop' of https://github.com/beru/nana into beru-develop

This commit is contained in:
Jinhao
2019-04-16 23:39:40 +08:00
62 changed files with 183 additions and 183 deletions

View File

@@ -1239,7 +1239,7 @@ namespace nana
if(!child.empty())
{
child->icon("icon-folder");
//The try-catch can be eleminated by using
//The try-catch can be eliminated by using
//directory_iterator( const std::filesystem::path& p, std::error_code& ec ) noexcept;
//in C++17
try