Excerpts from the mail message of Edwin Pratomo:
) 
) Try to: #include <list> in your .xs file, and you'll get the following

#undef list
#include <list>

But this could cause problems for subsequent code that wants
Perl's definition of "list" so it might be difficult to get
both C++ and Perl happy.

It often helps to include all non-Perl header files before
any Perl header files (as I recall).

Tye

Reply via email to