From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 18 Nov 2010 00:57:36 -0500 To: 9fans@9fans.net Message-ID: <84325ae7baf80dadab9b4675ac7db48a@plug.quanstro.net> In-Reply-To: <4CE4B9DA.2060906@gmail.com> References: <4CE4B9DA.2060906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] Plan9 development Topicbox-Message-UUID: 8453450e-ead6-11e9-9d60-3106f5b1d025 > Why is __func__ listed as “unwanted”? I’ve found it useful for some > logging functions. i think the correct interpretation of unwanted in this context is either don't want or don't want to implement. one former member of the don't-want list was varadic macros, which are now supported by both the compiler and cpp. i used to think that __func__ would be useful, but i've never actually found a use for it. there almost always seems to be a better option. - erik