summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/impl/header_end.hpp
blob: df011a32e1bc1eab72aaeed742e169863912b2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// # {{
#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;