--- as_to_python_function.hpp 2 Dec 2002 01:37:39 -0000 1.1 +++ as_to_python_function.hpp 22 May 2003 16:29:14 -0000 @@ -27,5 +27,8 @@ { BOOST_STATIC_ASSERT( sizeof( +#if defined(__GNUC__) && __GNUC__ == 3 && __GNUC_MINOR__ == 3 && __GNU_PATCHLEVEL__ == 0 + as_to_python_function:: +#endif convert_function_must_take_value_or_const_reference(&ToPython::convert, 1L)) == sizeof(int));