]> granicus.if.org Git - gc/commit
Workaround 'class C does not have a copy constructor' cppcheck warning
authorIvan Maidanski <ivmai@mail.ru>
Thu, 3 May 2018 21:51:21 +0000 (00:51 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 6 Jul 2018 12:32:40 +0000 (15:32 +0300)
commit89fa3705350e771f2a6ffe315e65de053cc40e7f
tree5a6132a8f333729a833cd2153b7f598ccdf309b3
parentd6130cdff23ce4f0ba0b278046a2a2a7beb5cb74
Workaround 'class C does not have a copy constructor' cppcheck warning

* tests/test_cpp.cc (class C): Add a copy constructor and an assignment
operator; add comment.
tests/test_cpp.cc