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

[botan] Fix build error C2039 with Visual Studio 2019 and C++17 #7140

Merged
merged 1 commit into from
Jul 7, 2019

Conversation

LilyWangL
Copy link
Contributor

Fix build error:

/botan/src/5a35da0742-04e84f84a0/src/lib/utils/filesystem.cpp(41): error C2039: 'tr2': is not a member of 'std'
/botan/src/5a35da0742-04e84f84a0/src/lib/utils/filesystem.cpp(41): error C3083: 'tr2': the symbol to the left of a '::' must be a type
/botan/src/5a35da0742-04e84f84a0/src/lib/utils/filesystem.cpp(41): error C2039: 'sys': is not a member of 'std'
/botan/src/5a35da0742-04e84f84a0/src/lib/utils/filesystem.cpp(41): error C2871: 'sys': a namespace with this name does not exist
/botan/src/5a35da0742-04e84f84a0/src/lib/utils/filesystem.cpp(46): error C2065: 'path': undeclared identifier

@LilyWangL LilyWangL marked this pull request as ready for review July 3, 2019 06:54
@LilyWangL LilyWangL added the info:internal This PR or Issue was filed by the vcpkg team. label Jul 3, 2019
@Rastaban Rastaban merged commit 46e5414 into microsoft:master Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants