mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
check SPDLOG_SOURCE_LOCATION in macros and in runtime
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#define SPDLOG_EMIT_SOURCE_LOCATION
|
||||
#define SPDLOG_SOURCE_LOCATION
|
||||
#include "includes.h"
|
||||
#include "test_sink.h"
|
||||
|
||||
#if defined(SPDLOG_STD_SOURCE_LOCATION) || defined(SPDLOG_EXPERIMENTAL_SOURCE_LOCATION)
|
||||
#if defined(SPDLOG_HAVE_STD_SOURCE_LOCATION) || defined(SPDLOG_HAVE_EXPERIMENTAL_SOURCE_LOCATION)
|
||||
|
||||
using spdlog::details::os::default_eol;
|
||||
|
||||
|
Reference in New Issue
Block a user