From 7ecf76490c44950b63d59a3fa8b4479b92931e49 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sat, 20 Jul 2002 00:14:20 +0000 Subject: [PATCH] one #undef was missing [SVN r14544] --- include/boost/python/str.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/str.hpp b/include/boost/python/str.hpp index 758aa79e..dd6548ab 100644 --- a/include/boost/python/str.hpp +++ b/include/boost/python/str.hpp @@ -11,6 +11,7 @@ #undef isalpha #undef isdigit #undef isalnum +#undef isupper namespace boost { namespace python {