Index: util/numeric/int128.h |
diff --git a/util/numeric/int128.h b/util/numeric/int128.h |
index 75b8b6a8db10fcb8d2ff4e8f2bde3acf801e40e0..713e2b06d8b084c522b5661c31baf23b5e508ddb 100644 |
--- a/util/numeric/int128.h |
+++ b/util/numeric/int128.h |
@@ -46,7 +46,7 @@ struct uint128_struct { |
#endif |
}; |
-COMPILE_ASSERT(sizeof(uint128_struct) == 16, uint128_must_be_16_bytes); |
+static_assert(sizeof(uint128_struct) == 16, "uint128 must be 16 bytes"); |
} // namespace crashpad |