Am 01.07.15 um 21:47 schrieb Fish Wang: > > Hi, > > > > Visual Studio 2010 refuses to compile the latest code on branch > release/2.3 because __func__ is not supported. Microsoft supports > __FUNCTION__ instead of __func__ in their compiler. VS 2013 complains > the same. > > > > The following patch resolves this issue. > > > I would prefer to define _func_ as __FUNCTION__ for 2010 to keep the standard notion and not introduce yet another macro.
Arne