diff --git a/absl/functional/internal/any_invocable.h b/absl/functional/internal/any_invocable.h index db73ffff..66168c65 100644 --- a/absl/functional/internal/any_invocable.h +++ b/absl/functional/internal/any_invocable.h @@ -607,7 +607,7 @@ using UnwrapStdReferenceWrapper = // substitution failures happen when forming the template arguments. template using TrueAlias = - std::integral_constant*) != 0>; + std::integral_constant*) != 0>; /*SFINAE constraints for the conversion-constructor.*/ template