Merge pull request #2182 from Light3039/patch-1
This commit is contained in:
commit
e65efdbbe1
@ -127,5 +127,9 @@
|
|||||||
// __PRETTY_FUNCTION__ might be nicer in clang/gcc, and __FUNCTION__ in msvc.
|
// __PRETTY_FUNCTION__ might be nicer in clang/gcc, and __FUNCTION__ in msvc.
|
||||||
// Defaults to __FUNCTION__ (should work on all compilers) if not defined.
|
// Defaults to __FUNCTION__ (should work on all compilers) if not defined.
|
||||||
//
|
//
|
||||||
|
// #ifdef __PRETTY_FUNCTION__
|
||||||
// # define SPDLOG_FUNCTION __PRETTY_FUNCTION__
|
// # define SPDLOG_FUNCTION __PRETTY_FUNCTION__
|
||||||
|
// #else
|
||||||
|
// # define SPDLOG_FUNCTION __FUNCTION__
|
||||||
|
// #endif
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user