Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3158)

Unified Diff: base/bit_cast_unittest.cc

Issue 2583353002: Make bit_cast fail if the source or dest are not trivially copyable (Closed)
Patch Set: bitcast: fixes Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/bit_cast.h ('k') | base/template_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/bit_cast_unittest.cc
diff --git a/base/bit_cast_unittest.cc b/base/bit_cast_unittest.cc
index 757b0c65feb8941e64eb1d0b1ee202180c7e3db5..f36d3fe64c4be8be109042ee73676bb0c25891ff 100644
--- a/base/bit_cast_unittest.cc
+++ b/base/bit_cast_unittest.cc
@@ -27,6 +27,5 @@ TEST(BitCastTest, StructureInt) {
EXPECT_EQ(1, b);
}
-
} // namespace
} // namespace base
« no previous file with comments | « base/bit_cast.h ('k') | base/template_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698