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

[folly] Fix build error C3861 #12419

Merged
merged 2 commits into from
Jul 15, 2020

Conversation

LilyWangL
Copy link
Contributor

@LilyWangL LilyWangL commented Jul 14, 2020

Describe the pull request

F:\0712\buildtrees\folly\src\46d6707604-9be5d31935.clean\folly/GroupVarint.h(265): error C3861: '__builtin_clz': identifier not found
F:\0712\buildtrees\folly\src\46d6707604-9be5d31935.clean\folly/GroupVarint.h(301): warning C5054: operator '+': deprecated between enumerations of different types
F:\0712\buildtrees\folly\src\46d6707604-9be5d31935.clean\folly/GroupVarint.h(364): warning C5054: operator '+': deprecated between enumerations of different types
F:\0712\buildtrees\folly\src\46d6707604-9be5d31935.clean\folly/GroupVarint.h(453): error C3861: '__builtin_clzll': identifier not found
  • Which triplets are supported/not supported? Have you updated the CI baseline?
    No
  • Does your PR follow the maintainer guide?
    Yes

@LilyWangL LilyWangL added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Jul 14, 2020
@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Jul 15, 2020
@PhoebeHui PhoebeHui marked this pull request as ready for review July 15, 2020 01:46
@ras0219-msft ras0219-msft merged commit 38d635a into microsoft:master Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants