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 | 085a76cb8fd1fd01e9483d056938f022970cb4f0 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/generic/vector_ut.cpp | |
parent | 1bf57447b8a115cd60bb6f8509b9b148e1b6debd (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 4f13bbae510..0f6b4037a00 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. */ |