Auto-Submit | +1 |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Saw this fly by, thanks!
(Thanks! Apparently I need two reviewers in V8 anyway.)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Gentle ping for dinfuehr@, thanks. The CL is mostly reordering declarations, so hopefully it's fast to review.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Commit-Queue | +2 |
Sorry I assumed it was already because you got LGTM already, LGTM from me as well
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
(I double-checked these are equal to make sure there wasn't a mismerge.)
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Let me try to submit manually here. We have seen `linux-rel` to be flaky from time to time.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix some compile failures under C++23
As a side effect of making ~unique_ptr<T> constexpr and how Clang
implements things, T must be complete at the point where the template is
instantiated. A forward declaration, with the type filled in later,
isn't sufficient.
One side effect is that inner types often need to be defined earlier, if
the constructor would depend on them by way of unique_ptr.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |