15 Oct
2015
15 Oct
'15
5:05 a.m.
I'm fairly new to using Boost Python and running into some funkiness. When
I try to pass back a simple int from C++ to Python, I get a Segmentation
Fault. Here's the C++:
#include <iostream>
#include