diff --git a/README.rst b/README.rst index 90e1437..2e3d543 100644 --- a/README.rst +++ b/README.rst @@ -154,3 +154,11 @@ Control manipulators #. ``termcolor::colorize`` #. ``termcolor::nocolorize`` + + +Caveats +------- + +#. On Windows, due to internal usage of ````, global namespace could + be polluted with `min`/`max` macros. If such effect is desireable, please + consider using ``#define NOMINMAX`` before ``#include ``.