mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-05 02:28:54 +00:00
ff6f184d30
also: - internal parser refactoring
13 lines
188 B
C
13 lines
188 B
C
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.h"
|
|
#endif
|
|
//# }}
|
|
TOML_PUSH_WARNINGS;
|
|
#ifdef _MSC_VER
|
|
#pragma push_macro("min")
|
|
#pragma push_macro("max")
|
|
#undef min
|
|
#undef max
|
|
#endif
|