summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/impl/header_start.hpp
blob: 6e1bb418752b80a8a00479c009521c7ca5b2f83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//# {{
#ifdef __INTELLISENSE__
#include "preprocessor.hpp"
#endif
//# }}
TOML_PUSH_WARNINGS;
#ifdef _MSC_VER
#ifndef __clang__
#pragma inline_recursion(on)
#endif
#pragma push_macro("min")
#pragma push_macro("max")
#undef min
#undef max
#endif