diff options
author | jacob <[email protected]> | 2022-02-10 16:49:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:53 +0300 |
commit | 1bf57447b8a115cd60bb6f8509b9b148e1b6debd (patch) | |
tree | b9f3ce9adae968ad4924f36058b631b58ef03e57 /util/generic/vector_ut.cpp | |
parent | 3bf10d3f40b502d181ef52f5c4602c98cb135360 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/vector_ut.cpp')
-rw-r--r-- | util/generic/vector_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/vector_ut.cpp b/util/generic/vector_ut.cpp index 0f6b4037a00..4f13bbae510 100644 --- a/util/generic/vector_ut.cpp +++ b/util/generic/vector_ut.cpp @@ -427,7 +427,7 @@ private: v.shrink_to_fit(); UNIT_ASSERT_EQUAL(v.capacity(), 11); } - + /* This test check a potential issue with empty base class * optimization. Some compilers (VC6) do not implement it * correctly resulting ina wrong behavior. */ |