Skip to content

Commit a151df4

Browse files
committed
Fix GCC ambiguity
1 parent 36acaad commit a151df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__filesystem/directory_entry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
4141
_LIBCPP_AVAILABILITY_FILESYSTEM_LIBRARY_PUSH
4242

4343
class directory_entry {
44-
typedef path _Path;
44+
typedef filesystem::path _Path;
4545

4646
public:
4747
// constructors and destructors

0 commit comments

Comments
 (0)