Skip to content

Commit

Permalink
third_party/fuchsia: Use fully qualified name
Browse files Browse the repository at this point in the history
Change-Id: Ia592b2aec7bfb604139f1f10990f3f14994fc8af
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/105168
Commit-Queue: Vadim Spivak <vadims@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
  • Loading branch information
Vadim Spivak authored and CQ Bot Account committed Aug 8, 2022
1 parent aac5824 commit c1676be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class function_base<inline_target_size, require_inline, Result(Args...)> {
"Alignment of Callable must be <= alignment of max_align_t.");
static_assert(!require_inline || sizeof(DecayedCallable) <= inline_target_size,
"Callable too large to store inline as requested.");
if (is_null(target)) {
if (::fit::is_null(target)) {
initialize_null_target();
} else {
ops_ = &target_type<DecayedCallable>::ops;
Expand Down

0 comments on commit c1676be

Please sign in to comment.