This commit is contained in:
Jack Grigg
2018-04-04 14:59:07 +01:00
parent cf00779278
commit 162cc4240e

View File

@@ -152,7 +152,7 @@ BOOST_AUTO_TEST_CASE(iterator_ordering)
} }
struct StringContentsSerializer { struct StringContentsSerializer {
// Used to make two serialized objects the same while letting them have a different lengths // Used to make two serialized objects the same while letting them have different lengths
// This is a terrible idea // This is a terrible idea
string str; string str;
StringContentsSerializer() {} StringContentsSerializer() {}