summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/cpp_shared_ptr.stderr
blob: 1553af65c4d771fb97e6e1612f7e7f92ee994045 (plain)
1
2
3
cpp_shared_ptr.i:20: Warning 520: Base class 'A' of 'C' is not similarly marked as a smart pointer.
cpp_shared_ptr.i:24: Warning 520: Derived class 'D' of 'C' is not similarly marked as a smart pointer.
cpp_shared_ptr.i:24: Warning 520: Derived class 'D' of 'B' is not similarly marked as a smart pointer.