refactor: rename internal macro value

This commit is contained in:
ToruNiina
2019-12-12 17:38:29 +09:00
parent 5c146857a3
commit 4688c235f5
3 changed files with 6 additions and 6 deletions

View File

@@ -4,9 +4,9 @@
#include <cstdint>
#ifdef TOML11_COLORIZE_ERROR_MESSAGE
#define TOML11_COLORED_MESSAGE_ACTIVATED true
#define TOML11_ERROR_MESSAGE_COLORIZED true
#else
#define TOML11_COLORED_MESSAGE_ACTIVATED false
#define TOML11_ERROR_MESSAGE_COLORIZED false
#endif
namespace toml