On 12/22/2012 6:35 PM, Walter Bright wrote:
> On 12/22/2012 8:03 AM, Andrei Alexandrescu wrote:
>> I think this is a fallacious argument because it concludes that apples should be
>> peeled because oranges should.
>
> Given, in C++:
>
> struct S
> {
> public:
> void foo(int);
> private:
> void foo(float);
> };
err, forgot the semicolon