draconisplusplus/subprojects/tomlplusplus-3.4.0/include/toml++/impl/header_end.hpp

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;