Hi, list! :D A boost::python warning drives me crazy... as it's huuuge... I'm using VS 2005 and the warning rises when doing an extract like here: list huhu; huhu.append(4); int mfour = extract<int>(huhu[0]); ... I pasted the whole warning here: http://rafb.net/p/YGyPyg88.html What can I do to get rid of it?