Matthew Scouten wrote: > I want to return None from a c++ function. > I have googled for how to do this with no good results. > How do I get an object with None in c++? That baffled me for a long time too. Try just object().