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

16 lines
244 B
C++
Raw Normal View History

2025-02-20 14:49:18 -05:00
//# {{
#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