Re: [C++-sig] subprocess fork() sometimes hangs when called from within boost::python::exec_file

2015-05-13 Thread Peter Schüller
On Thu, May 7, 2015 at 6:27 PM, Stefan Ring wrote: > On Tue, May 5, 2015 at 4:00 PM, Stefan Ring wrote: >> See also . Maybe >> RedHat's bugfix never made it into mainline, or the problem >> reappeared. > > Completely unrelated to boost::python, but I

[C++-sig] compilation problem with str

2015-05-13 Thread Alain Miniussi
Hi, In: http://www.boost.org/doc/libs/1_58_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_operators_special_functions It is explained how to automagicaly get a str conversion from the operator<<(ostream&,blog const*) operator. But, as explained in http://stackoverflow.