diff --git a/include/boost/python/str.hpp b/include/boost/python/str.hpp index 72161c7b..758aa79e 100644 --- a/include/boost/python/str.hpp +++ b/include/boost/python/str.hpp @@ -5,6 +5,13 @@ #include #include +// disable defines in provided by some system libraries +#undef isspace +#undef islower +#undef isalpha +#undef isdigit +#undef isalnum + namespace boost { namespace python { class str : public object