diff --git a/absl/meta/type_traits.h b/absl/meta/type_traits.h index 01a0155e51e..994295f7550 100644 --- a/absl/meta/type_traits.h +++ b/absl/meta/type_traits.h @@ -501,7 +501,7 @@ using swap_internal::StdSwapIsUnconstrained; !(defined(__clang__) && (defined(_WIN32) || defined(_WIN64))) template struct is_trivially_relocatable - : std::integral_constant {}; + : std::integral_constant {}; #else // Otherwise we use a fallback that detects only those types we can feasibly // detect. Any time that has trivial move-construction and destruction