-
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
<deque>
: Properly destroy (fancy) pointers to blocks in the internal map
#2775
Merged
StephanTLavavej
merged 13 commits into
microsoft:main
from
frederick-vs-ja:deque-block-ptrs
Jun 12, 2022
Merged
<deque>
: Properly destroy (fancy) pointers to blocks in the internal map
#2775
StephanTLavavej
merged 13 commits into
microsoft:main
from
frederick-vs-ja:deque-block-ptrs
Jun 12, 2022
Commits on Jun 9, 2022
-
Properly destroy (fancy) pointers to blocks
The map array is fully constructed just after allocation, so it should be fully destroyed before deallocation.
Configuration menu - View commit details
-
Copy full SHA for 59c87ad - Browse repository at this point
Copy the full SHA 59c87adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e42d1 - Browse repository at this point
Copy the full SHA 48e42d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3584a14 - Browse repository at this point
Copy the full SHA 3584a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6f5a8 - Browse repository at this point
Copy the full SHA 7e6f5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6e7bd - Browse repository at this point
Copy the full SHA 9a6e7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62432de - Browse repository at this point
Copy the full SHA 62432deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f83c2 - Browse repository at this point
Copy the full SHA a4f83c2View commit details -
Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5859a93 - Browse repository at this point
Copy the full SHA 5859a93View commit details -
Place destruction nested into non-null condition
Per @miscco 's comment.
Configuration menu - View commit details
-
Copy full SHA for 46b9b18 - Browse repository at this point
Copy the full SHA 46b9b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ed9d4 - Browse repository at this point
Copy the full SHA 51ed9d4View commit details -
Also place _Mysize() before _Newsize for consistency
Configuration menu - View commit details
-
Copy full SHA for 948f620 - Browse repository at this point
Copy the full SHA 948f620View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb8f6bf - Browse repository at this point
Copy the full SHA cb8f6bfView commit details
Commits on Jun 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45d76c4 - Browse repository at this point
Copy the full SHA 45d76c4View 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.