[C++-sig] ANN: pyicl, a python interval container package based on boost.icl

2012-05-21 Thread John Reid
pyicl is a python package that exposes the functionality of boost.icl to python using boost.python. Documentation: http://packages.python.org/PyICL/ PyPi page: http://pypi.python.org/pypi/PyICL/ boost.icl is a general purpose interval container library written in C++. Its author, Joachim Faulhabe

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

2012-05-21 Thread Niall Douglas
On 19 May 2012 at 12:01, Jonas Wielicki wrote: > I am working on a bugreport for the gcc folks right now, and during that > I came across the release notes for gcc 4.7[1] and found the following. That's a huge amount of new compliance with C++11. No wonder there are bugs. > However, it seems th

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

2012-05-21 Thread Jonas Wielicki
On 21.05.2012 17:55, Niall Douglas wrote: > 1. Does the bug occur in non-optimised as well as optimised builds? It does. > 2. Does the bug occur when C++11 is turned off? It does not. > 3. What are your -fvisibility settings? Unchanged to default... Does this help any? Can I find out whats defaul