mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-01 08:32:08 +00:00
Clear warnings, including new warnings from VC++ 2015 preview.
This commit is contained in:
@@ -660,11 +660,11 @@ namespace filesystem
|
||||
const path& dot_path()
|
||||
{
|
||||
# ifdef BOOST_WINDOWS_API
|
||||
static const fs::path dot(L".");
|
||||
static const fs::path dot_pth(L".");
|
||||
# else
|
||||
static const fs::path dot(".");
|
||||
static const fs::path dot_pth(".");
|
||||
# endif
|
||||
return dot;
|
||||
return dot_pth;
|
||||
}
|
||||
|
||||
BOOST_FILESYSTEM_DECL
|
||||
|
||||
Reference in New Issue
Block a user