-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[redis-plus-plus] Add c++17 feature #14762
Merged
strega-nil
merged 15 commits into
microsoft:master
from
JonLiu1993:dev/Jon/redis-plus-plus
Dec 1, 2020
Merged
[redis-plus-plus] Add c++17 feature #14762
strega-nil
merged 15 commits into
microsoft:master
from
JonLiu1993:dev/Jon/redis-plus-plus
Dec 1, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JonLiu1993
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
Nov 25, 2020
JackBoosY
suggested changes
Nov 25, 2020
JackBoosY
suggested changes
Nov 26, 2020
JackBoosY
suggested changes
Nov 26, 2020
…/Jon/redis-plus-plus
…93/vcpkg into dev/Jon/redis-plus-plus
JonLiu1993
changed the title
Build using c++17 standard
[redis-plus-plus] Add c++17 feature
Nov 26, 2020
JonLiu1993
added
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
and removed
category:port-bug
The issue is with a library, which is something the port should already support
labels
Nov 26, 2020
JackBoosY
suggested changes
Dec 1, 2020
JackBoosY
approved these changes
Dec 1, 2020
…93/vcpkg into dev/Jon/redis-plus-plus
NancyLi1013
approved these changes
Dec 1, 2020
Thanks @JonLiu1993 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
info:internal
This PR or Issue was filed by the vcpkg team.
info:reviewed
Pull Request changes follow basic guidelines
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the pull request
Redis-plus-plus is by default built using c++11 standard. When trying to use it in a Linux application built using C++17 I get link errors.
Build redis-plus-plus using define flag REDIS_PLUS_PLUS_CXX_STANDARD=17 can be solved
All featureas are tested successfully in the following triplets: