mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
feat: add a macro-dependent constant
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user