ff6f184d30
also: - internal parser refactoring
11 lines
163 B
C
11 lines
163 B
C
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.h"
|
|
#endif
|
|
//# }}
|
|
#ifdef _MSC_VER
|
|
#pragma pop_macro("min")
|
|
#pragma pop_macro("max")
|
|
#endif
|
|
TOML_POP_WARNINGS;
|