mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-25 13:50:05 +00:00
feat: add a macro-dependent constant
This commit is contained in:
parent
af116991b6
commit
821eb9632b
@ -3,6 +3,12 @@
|
|||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
#ifdef TOML11_COLORIZE_ERROR_MESSAGE
|
||||||
|
#define TOML11_COLORED_MESSAGE_ACTIVATED true
|
||||||
|
#else
|
||||||
|
#define TOML11_COLORED_MESSAGE_ACTIVATED false
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace toml
|
namespace toml
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user