-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
P2165R4: Compatibility Between tuple
, pair
, And tuple-like Objects (changes to pair
only)
#3323
Merged
Commits on Jan 4, 2023
-
Implement tuple-like concept and
* Implement pair-like concept * Change header dependency -> now `<utility>` includes `<__msvc_iter_core.hpp>`, not the other way around * Move `tuple_size`, `tuple_element` and some internal machinery to `<__msvc_iter_core.hpp>` * `<tuple>` and `<xutility>` headers include `<utility>` now (not `<__msvc_iter_core.hpp>`) * Relocate some more stuff inside of `<utility>` header and add `pair` forward declaration * Move `_Different_from` concept from `<xutility>` to `<utility> * Move `_Is_subrange` variable from `<ranges>` to `<utility>` and rename it to `_Is_subrange_v` * Move `_Is_std_array_v` variable from `<span>` to `<utility>`
Configuration menu - View commit details
-
Copy full SHA for baed904 - Browse repository at this point
Copy the full SHA baed904View commit details -
Remove extra forward declarations and remove template parameter names…
… from new forward declarations
Configuration menu - View commit details
-
Copy full SHA for c47394f - Browse repository at this point
Copy the full SHA c47394fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8868e - Browse repository at this point
Copy the full SHA ad8868eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611ae6d - Browse repository at this point
Copy the full SHA 611ae6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b85eb4 - Browse repository at this point
Copy the full SHA 5b85eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f277096 - Browse repository at this point
Copy the full SHA f277096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d15ad4 - Browse repository at this point
Copy the full SHA 3d15ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f4674 - Browse repository at this point
Copy the full SHA e2f4674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a83047 - Browse repository at this point
Copy the full SHA 6a83047View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcf2b9 - Browse repository at this point
Copy the full SHA cdcf2b9View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f455cbb - Browse repository at this point
Copy the full SHA f455cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e56679f - Browse repository at this point
Copy the full SHA e56679fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ff007 - Browse repository at this point
Copy the full SHA 38ff007View commit details
Commits on Jan 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a84fbe7 - Browse repository at this point
Copy the full SHA a84fbe7View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb9f523 - Browse repository at this point
Copy the full SHA fb9f523View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2736e - Browse repository at this point
Copy the full SHA ff2736eView commit details
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.