add functional header for std::less

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8372 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-11 16:47:51 +00:00
commit b2fa89b9f9

View file

@ -100,6 +100,8 @@ namespace swig {
%fragment("PySequence_Base","header")
{
#include <functional>
namespace std {
template <>
struct less <PyObject *>: public binary_function<PyObject *, PyObject *, bool>