fix def
This commit is contained in:
parent
4e1d988480
commit
2f9cef0fa9
@ -6,3 +6,7 @@
|
|||||||
#define TRS_LOG(...) if (trs::var::status::DEBUG) hack::log(": ")(__VA_ARGS__)
|
#define TRS_LOG(...) if (trs::var::status::DEBUG) hack::log(": ")(__VA_ARGS__)
|
||||||
#define TRS_ERROR(...) if (trs::var::status::DEBUG) hack::error(": ")(__VA_ARGS__)
|
#define TRS_ERROR(...) if (trs::var::status::DEBUG) hack::error(": ")(__VA_ARGS__)
|
||||||
|
|
||||||
|
#define DEF_LINE() std::experimental::source_location::current().line()
|
||||||
|
#define DEF_LOCATION() std::experimental::source_location::current()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user