Re: [C++-sig] boost::python with virtual inheritance and g++ c++0x/11 (testcase attached)

2012-05-22 Thread Gabe Rives-Corbett
When I had this problem I had not built BPL using C++11, how would I instruct bjam to use gcc at a specific location and with the -std=c++0x flag? -- Gabe Rives-Corbett Cell: (805) 570-8395 On Tuesday, May 22, 2012 at 10:43 AM, Niall Douglas wrote: > On 21 May 2012 at 18:43, Jonas Wieli

Re: [C++-sig] Segmentation Fault with Boost.Python and Inheritance

2012-05-18 Thread Gabe Rives-Corbett
Yes I'm using GCC 4.7 on OS X. Is there any possible workaround to use inheritance with GCC 4.7? I'm currently using c++11 threads which aren't supported on GCC 4.6 on OS X. -- Gabe Rives-Corbett Cell: (805) 570-8395 On Friday, May 18, 2012 at 6:00 AM, cplusplus-sig-req

[C++-sig] Segmentation Fault with Boost.Python and Inheritance

2012-05-17 Thread Gabe Rives-Corbett
itly_convertible, std::shared_ptr>(); } Does it have to do with using std::shared_ptr for storage? If so is there a way around this? Any help is appreciated. -- Gabe Rives-Corbett ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig