About Go, D module naming

Walter Bright newshound2 at digitalmars.com
Sat Dec 22 18:36:25 PST 2012


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



More information about the Digitalmars-d mailing list