mirror of
https://github.com/marzer/tomlplusplus.git
synced 2026-01-31 21:02:08 +00:00
also: - added missing relational operators for `source_position` - TOML_CHARCONV cleanup (was too keen) - minor refactors
12 lines
193 B
C
12 lines
193 B
C
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.h"
|
|
#endif
|
|
//# }}
|
|
#ifdef _MSC_VER
|
|
#pragma pop_macro("min")
|
|
#pragma pop_macro("max")
|
|
#pragma inline_recursion(off)
|
|
#endif
|
|
TOML_POP_WARNINGS;
|