2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

#undef isspace etc.

[SVN r14539]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-07-19 20:10:11 +00:00
parent c0eea6e667
commit 12120413f9

View File

@@ -5,6 +5,13 @@
#include <boost/python/list.hpp>
#include <boost/python/converter/pytype_object_manager_traits.hpp>
// disable defines in <cctype> provided by some system libraries
#undef isspace
#undef islower
#undef isalpha
#undef isdigit
#undef isalnum
namespace boost { namespace python {
class str : public object