summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/impl/header_start.hpp
blob: 789d75727e6971e0e88747bbe6674061a934f6fb (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