This commit is contained in:
Jack Grigg 2018-04-04 14:59:07 +01:00
parent cf00779278
commit 162cc4240e
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

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() {}