Skip to content

Commit c07ca79

Browse files
Gulfem Savrun Yenicericopybara-github
Gulfem Savrun Yeniceri
authored andcommitted
[roll] Roll fuchsia [codec][vaapi] Add const to copy assignment
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
1 parent 432df5b commit c07ca79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="bef64e62b5009add35015f6240c3bcbbfd90f87c"/>
14+
revision="3d310ae50b6ea4982450cdb6f817fd2acfb02ead"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)