mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-13 07:29:37 +00:00
14 lines
218 B
C
14 lines
218 B
C
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.h"
|
|
#endif
|
|
//# }}
|
|
#ifdef _MSC_VER
|
|
#pragma pop_macro("min")
|
|
#pragma pop_macro("max")
|
|
#ifndef __clang__
|
|
#pragma inline_recursion(off)
|
|
#endif
|
|
#endif
|
|
TOML_POP_WARNINGS;
|