pykd/pykd/boost.python/converter/boost_python-src.converter.from_python.cpp
Tarasenko Alexander c3ce6bbf22 new boost support
2018-04-25 00:44:13 +03:00

6 lines
175 B
C++

#define _SCL_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#pragma warning(disable: 4244 4503 4752 4800 4996)
#define BOOST_PYTHON_SOURCE
#include "from_python.cpp"