Skip to content

Commit

Permalink
[roll] Roll fuchsia [codec][vaapi] Add const to copy assignment
Browse files Browse the repository at this point in the history
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.

Original-Bug: 354627057
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1086537
Original-Revision: 3d310ae50b6ea4982450cdb6f817fd2acfb02ead
GitOrigin-RevId: 25df2142c8e3b35418b44dc7ffa7afe524d0dd41
Change-Id: Ie60e29c2d9120a8dd6e1c1989e8451b6c7c45962
  • Loading branch information
Gulfem Savrun Yeniceri authored and copybara-github committed Jul 22, 2024
1 parent 432df5b commit c07ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stem
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
revision="bef64e62b5009add35015f6240c3bcbbfd90f87c"/>
revision="3d310ae50b6ea4982450cdb6f817fd2acfb02ead"/>
</projects>
<hooks>
<hook name="install-environment"
Expand Down

0 comments on commit c07ca79

Please sign in to comment.