From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] GCC/G++: some stress testing From: "Russ Cox" Date: Fri, 7 Mar 2008 05:21:34 -0500 In-Reply-To: <52a2f7375a18bd82a8e97cbc2aeec13a@proxima.alt.za> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080307102224.B032A1E8C4D@holo.morphisms.net> Topicbox-Message-UUID: 7274fa06-ead3-11e9-9d60-3106f5b1d025 > PPS: Why is "typename" a G++ reserved word? [now safely off-topic; sorry] Because it is a C++ reserved word. It gets used in contexts (templates, in particular) where the parser needs extra help deciding that a name is going to be used as a type. Russ