516b8e2096
also: - removed `TOML_LARGE_FILES` - removed unnecessary template machinery (esp. where ostreams were involved) - made all overloaded operators 'hidden friends' - documentation fixes - version bump - this will form the foundation of v3
9 lines
149 B
C
9 lines
149 B
C
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.h"
|
|
#endif
|
|
//# }}
|
|
TOML_PUSH_WARNINGS;
|
|
TOML_DISABLE_SPAM_WARNINGS;
|
|
TOML_DISABLE_SWITCH_WARNINGS;
|