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

Remove unnecessary std filesystem #158

Closed

Conversation

ziga-lunarg
Copy link
Contributor

Some users of VUL don't have support for std::filesystem, and there is no real reason that std::filesystem is used here

@juan-lunarg
Copy link
Contributor

Some users of VUL don't have support for std::filesystem, and there is no real reason that std::filesystem is used here

Who are the users? VUL will not compile without a C++17 compiler.

juan-lunarg
juan-lunarg previously approved these changes Nov 6, 2023
@juan-lunarg
Copy link
Contributor

FYI @christophe-lunarg / @mikes-lunarg

@mikes-lunarg
Copy link
Contributor

std::filesystem was added to support the Chromium windows build as it can handle the native windows unicode path encoding. I think reverting it back to std::string will break them again

dd26ae7

@juan-lunarg juan-lunarg dismissed their stale review November 6, 2023 19:54

Will break chromium

@christophe-lunarg christophe-lunarg self-requested a review November 6, 2023 22:46
@christophe-lunarg
Copy link
Contributor

Erm, yes this doesn't seem right to me, specifically "VUL will not compile without a C++17 compiler." unless if the idea is to support older compilers for specific reasons that are not mentioned here.

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.

4 participants