Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Please fix the indenting..... the declaration of virtual void foo(int) on first glance appears to be the body of virtual void foo(char *). Compilers may not care about odd formatting, but humans do.... Commented Sep 11, 2014 at 19:45
  • 1
    @AndreKostur FWIW, the weird indent of foo overloads was introduced by an editor, not by the OP. Commented Sep 16, 2014 at 6:24