I realise this is completely the wrong list, but does anyone know what policy the libc++ developers have taken with these issues? I observed that libc++'s cstdlib adds all the abs() overrides to the global namespace but I don't know if it has gone down that route for everything. On Mon, Mar 6, 2017 at 7:48 PM, Dave Gittins <dave.gittins@xxxxxxxxx> wrote: > On Mon, Mar 6, 2017 at 7:25 PM, Mason <slash.tmp@xxxxxxx> wrote: >> On a related subject, Jonathan posted this article a few weeks ago: >> https://developers.redhat.com/blog/2016/02/29/why-cstdlib-is-more-complicated-than-you-might-think/ > > Thanks Mason - interesting article (although I think it's from a year ago). > > And of course, thanks and kudos to Jonathan and fellow contributors > for all the work they put into this! It's not for the faint-hearted...