Skip to content

Commit bfc960a

Browse files
Paul Kirthcopybara-github
authored andcommitted
[roll] Roll fuchsia [media] Work around static_assert limitations
After llvm/llvm-project#113885 clang will now correctly diagnose the use of nullptr in constexpr contexts. Instead, we can rewrite the check with std::extent_v. Original-Bug: 381885679 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1166981 Original-Revision: 6e83c9357c23aeb49d6808fc84472894ac1ca671 GitOrigin-RevId: 9e5bf26c76114bd573166508f37ace410362a42c Change-Id: I4027a3c538c4077b812665701d4080c095a8b01c
1 parent b82d4a3 commit bfc960a

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="50b17080b13a823cd31e62060d77f62ac2fa7069"/>
14+
revision="6e83c9357c23aeb49d6808fc84472894ac1ca671"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)