[C++-sig] Boost::Python -- Huuge warning when using 'extract'.

Dummy NurEinDummy at gmx.de
Sun Aug 10 16:38:01 CEST 2008


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?




More information about the Cplusplus-sig mailing list