Skip to content

Commit 4478ca2

Browse files
Gulfem Savrun Yenicericopybara-github
authored andcommitted
[roll] Roll fuchsia [camera][ge2d] 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/+/1086536 Original-Revision: a2fef69a6c032a50ac2c62ead4e7212a488ad238 GitOrigin-RevId: 18c0605dc1feadcd7020552002db782a3b26fd18 Change-Id: I74457afae466f7e65aecf1dffe938dc02ab8062b
1 parent 6fd016f commit 4478ca2

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="f3fe77451f79fd41142c3e78b16a4210778be936"/>
14+
revision="a2fef69a6c032a50ac2c62ead4e7212a488ad238"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)