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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user