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

@@ -8,7 +8,7 @@
*
* @file: nana/filesystem/filesystem.cpp
* @description:
* provide some interface for file managment
* provide some interface for file management
*/
#include <nana/filesystem/filesystem_ext.hpp>
@@ -287,7 +287,7 @@ namespace nana { namespace experimental { namespace filesystem
path path::extension() const
{
// todo: make more globlal
// todo: make more global
#if defined(NANA_WINDOWS)
auto SLorP=L"\\/.";
auto P=L'.';