mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-05 02:28:54 +00:00
9 lines
150 B
C
9 lines
150 B
C
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.h"
|
|
#endif
|
|
//# }}
|
|
TOML_PUSH_WARNINGS;
|
|
TOML_DISABLE_SPAM_WARNINGS;
|
|
TOML_DISABLE_SWITCH_WARNINGS;
|