Deprecated alias for std::common_type_t. Prefer the std version directly.
Declared in <absl/meta/type_traits.h>
template<class... T>
using common_type_t [[deprecated]] = std::common_type_t<T...>;
Deprecated. Use of this entity is allowed but discouraged.