summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/impl/header_end.hpp
blob: ff0462db3ff9385484bdd0eaef18219828c9b08c (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;