882d9d1c34
also: - renamed header files to .hpp - updated conformance tests - minor documentation fixes
14 lines
220 B
C++
14 lines
220 B
C++
//# {{
|
|
#ifdef __INTELLISENSE__
|
|
#include "preprocessor.hpp"
|
|
#endif
|
|
//# }}
|
|
#ifdef _MSC_VER
|
|
#pragma pop_macro("min")
|
|
#pragma pop_macro("max")
|
|
#ifndef __clang__
|
|
#pragma inline_recursion(off)
|
|
#endif
|
|
#endif
|
|
TOML_POP_WARNINGS;
|