On Wed, Feb 26, 2014 at 01:19:27PM -0800, Reid Kleckner wrote: > You said __FUNCTION__ has weird semantics. Can you elaborate on the > downsides? It is a string literal. Unlike a real __func__, it is elligible for string concat etc. Joerg