You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm/llvm-project#89652 made
std::pair trivially copyable if its members are, and
it caused the following issue: "error: the parameter
for this explicitly-defaulted copy assignment operator
is const, but a member or base requires it to be
non-const". This patch adds const to copy assignment
operator to fix the issue.
Bug: 354627057
Change-Id: I10ee04c40da8820e33b80f51492e136a27e97972
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1086537
Fuchsia-Auto-Submit: Gulfem Savrun Yeniceri <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: John Bauman <[email protected]>
0 commit comments