|
Message-ID: <20141210033702.GR4574@brightrain.aerifal.cx> Date: Tue, 9 Dec 2014 22:37:02 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH] don't shadow functions with macros in C++ On Mon, Dec 08, 2014 at 08:18:12PM -0600, Bobby Bingham wrote: > C++ programmers typically expect something like "::function(x,y)" to work > and may be surprised to find that "(::function)(x,y)" is actually required > due to the headers declaring a macro version of some standard functions. > > We already omit function-like macros for C++ in most cases where there is > a real function available. This commit extends this to the remaining > function-like macros which have a real function version. > --- Thanks! Committed. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.