From -3705103954130748039
X-Google-Thread: f78e5,d2ef22ccb120b652
X-Google-Attributes: gidf78e5,public
X-Google-Language: ENGLISH,ASCII-7-bit
Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!image.surnet.ru!news.clara.net!wagner.news.clara.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!stump.algebra.com!devnull
From: news@news.newshosting.com ("news")
Newsgroups: comp.std.c++
Subject: Re: A::A::A::A
Date: Tue,  5 Oct 2004 15:28:02 GMT
Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com
Lines: 18
Sender: mail2news@demon.net
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <4162872b$0$27609$9a6e19ea@news.newshosting.com>
References: <mQb8d.23473$N45.607983@twister2.libero.it> <m3sm8tvqdb.fsf@merlin.cs.tamu.edu>
NNTP-Posting-Host: news.news.demon.net
Mime-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Trace: news.demon.co.uk 1096990086 5302 158.152.254.254 (5 Oct 2004 15:28:06 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Tue, 5 Oct 2004 15:28:06 +0000 (UTC)
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
X-Priority: 3
X-Spam-Checker-Version: SpamAssassin 2.64-mulga_r1 (2004-01-11) on 
	mulga.cs.mu.OZ.AU
X-Spam-Status: No, hits=-4.2 required=5.0 tests=BAYES_00,PRIORITY_NO_NAME 
	autolearn=no version=2.64-mulga_r1
X-MSMail-Priority: Normal
X-Path: comp-std-cpp-robomod!not-for-mail
X-Received: (from fjh@localhost)
	by mulga.cs.mu.OZ.AU (8.12.10+Sun/8.12.9/Submit) id i95FS36k008026;
	Wed, 6 Oct 2004 01:28:03 +1000 (EST)
X-Spam-Level: 
X-Delivered-To: std-c++@ucar.edu
X-Authentication-Warning: mulga.cs.mu.OZ.AU: fjh set sender to devnull@stump.algebra.com using -f
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-Newsgroups: comp.std.c++
Xref: g2news1.google.com comp.std.c++:2969


"Gabriel Dos Reis" <gdr@cs.tamu.edu> wrote in message news:m3sm8tvqdb.fsf@merlin.cs.tamu.edu...

> A::A designates the constructor for class A.  GCC is defective in not
> implementing the rules.  I've filled a PR a long time ago.

Only in the special case of defining that function.   Since the constructors
don't "have names" you can't do
    a.A::A()
or even
    a.A();

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]



