MSVC: remove compiler __func__ define
No longer needed and exposes a bug in clang-format see: D4185
This commit is contained in:
@@ -50,10 +50,6 @@
|
||||
# define SEP '/'
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* Utility functions */
|
||||
|
||||
|
Reference in New Issue
Block a user