Advertisement
Guest User

Fine

a guest
Jun 29th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. struct Foo
  2. {
  3.     virtual ~Foo() = default;
  4.     virtual int f() const { return 13; }
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement