feat: add a macro-dependent constant

This commit is contained in:
ToruNiina 2019-11-13 17:59:47 +09:00
parent af116991b6
commit 821eb9632b

View File

@ -3,6 +3,12 @@
#include <ostream>
#include <cstdint>
#ifdef TOML11_COLORIZE_ERROR_MESSAGE
#define TOML11_COLORED_MESSAGE_ACTIVATED true
#else
#define TOML11_COLORED_MESSAGE_ACTIVATED false
#endif
namespace toml
{