aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rule-of-three/main.cpp.expected
blob: 5c5e479d156c05679917752d2d43a0a8fe089f2a (plain)
1
2
3
rule-of-three/main.h:5:1: warning: HasDtor has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
rule-of-three/main.h:10:1: warning: HasDtorAndCopyCtor has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
rule-of-three/main.h:27:1: warning: HasCopyCtor has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]