Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is_symlink(directory_entry) should use symlink_status(). #148

Merged
merged 1 commit into from
Jun 4, 2020
Merged

is_symlink(directory_entry) should use symlink_status(). #148

merged 1 commit into from
Jun 4, 2020

Conversation

kanje
Copy link
Contributor

@kanje kanje commented Jun 4, 2020

This fixes a problem that is_symlink(directory_entry) always returns
false, even if directory_entry is indeed a symlink. This change makes
is_symlink(directory_entry) behave the same as is_symlink(path) and
use symlink_status().

This fixes a problem that is_symlink(directory_entry) always returns
false, even if directory_entry is indeed a symlink. This change makes
is_symlink(directory_entry) behave the same as is_symlink(path) and
use symlink_status().
@Lastique Lastique merged commit 45a9d31 into boostorg:develop Jun 4, 2020
@Lastique
Copy link
Member

Lastique commented Jun 4, 2020

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants