File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class path;
44
44
| [ empty] ( #empty ) | Returns ` mypath.empty() ` .|
45
45
| [ end] ( #end ) | Returns an end-of-sequence iterator of type ` iterator ` .|
46
46
| [ extension] ( #extension ) | Returns the suffix of ` filename() ` .|
47
- | [ filename] ( #filename ) | Returns the root directory component of myname, specifically ` empty() path() : *--end() ` . The component may be empty.|
47
+ | [ filename] ( #filename ) | Returns the root directory component of myname, specifically ` empty() ? path() : *--end() ` . The component may be empty.|
48
48
| [ generic_string] ( #generic_string ) | Returns ` this->string<Elem, Traits, Alloc>(al) ` with (under Windows) any backslash converted to a forward slash.|
49
49
| [ generic_u16string] ( #generic_u16string ) | Returns ` u16string() ` with (under Windows) any backslash converted to a forward slash.|
50
50
| [ generic_u32string] ( #generic_u32string ) | Returns ` u32string() ` with (under Windows) any backslash converted to a forward slash.|
You can’t perform that action at this time.
0 commit comments