Commit 1883887
Fix std::hash compilation error for gsl::not_null<std::shared_ptr<T>> (#1210)
* Initial plan for issue
* Fix hash compilation issue for gsl::not_null with shared_ptr
Co-authored-by: carsonRadtke <[email protected]>
* Add comment explaining safe usage of typename T::element_type in not_null_hash
Co-authored-by: carsonRadtke <[email protected]>
* Initial plan for issue
* Remove upgrade_checklist.md file as requested
Co-authored-by: carsonRadtke <[email protected]>
* restore docs/upgrade_checklist.md
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: carsonRadtke <[email protected]>
Co-authored-by: Carson Radtke <[email protected]>1 parent c31617f commit 1883887
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
738 | 752 | | |
0 commit comments