mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 16:22:11 +00:00
Fixed a typo in the comment.
This commit is contained in:
@@ -536,7 +536,7 @@ namespace path_detail // intentionally don't use filesystem::detail to not bring
|
||||
bool is_relative() const { return !is_absolute(); }
|
||||
bool is_absolute() const
|
||||
{
|
||||
// Windows CE has no root name (aka driver letters)
|
||||
// Windows CE has no root name (aka drive letters)
|
||||
# if defined(BOOST_WINDOWS_API) && !defined(UNDER_CE)
|
||||
return has_root_name() && has_root_directory();
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user