Re: [C++-sig] Boost.Python "contains" compile fix

2015-03-31 Thread Axel Hübl
On 30.03.2015 17:42, Stefan Seefeld wrote: > On 30/03/15 11:16 AM, Huebl, Axel wrote: >> Hi, >> >> >> adding more Python 3 features, the "contains" method was added (in 1.55.0?) >> http://www.boost.org/doc/libs/1_55_0/libs/python/doc/news.html >> >> Unfortunately, I found a nasty compile bug when

Re: [C++-sig] Boost.Python "contains" compile fix

2015-03-30 Thread Stefan Seefeld
On 30/03/15 04:37 PM, Huebl, Axel wrote: > On 30.03.2015 17:42, Stefan Seefeld wrote: >> On 30/03/15 11:16 AM, Huebl, Axel wrote: >>> Hi, >>> >>> >>> adding more Python 3 features, the "contains" method was added (in 1.55.0?) >>> http://www.boost.org/doc/libs/1_55_0/libs/python/doc/news.html >>>

Re: [C++-sig] Boost.Python "contains" compile fix

2015-03-30 Thread Huebl, Axel
On 30.03.2015 22:37, Huebl, Axel wrote: > On 30.03.2015 17:42, Stefan Seefeld wrote: >> On 30/03/15 11:16 AM, Huebl, Axel wrote: >>> Hi, >>> >>> >>> adding more Python 3 features, the "contains" method was added (in 1.55.0?) >>> http://www.boost.org/doc/libs/1_55_0/libs/python/doc/news.html >>> >

Re: [C++-sig] Boost.Python "contains" compile fix

2015-03-30 Thread Huebl, Axel
On 30.03.2015 17:42, Stefan Seefeld wrote: > On 30/03/15 11:16 AM, Huebl, Axel wrote: >> Hi, >> >> >> adding more Python 3 features, the "contains" method was added (in 1.55.0?) >> http://www.boost.org/doc/libs/1_55_0/libs/python/doc/news.html >> >> Unfortunately, I found a nasty compile bug when

Re: [C++-sig] Boost.Python "contains" compile fix

2015-03-30 Thread Stefan Seefeld
On 30/03/15 11:16 AM, Huebl, Axel wrote: > Hi, > > > adding more Python 3 features, the "contains" method was added (in 1.55.0?) > http://www.boost.org/doc/libs/1_55_0/libs/python/doc/news.html > > Unfortunately, I found a nasty compile bug when compiling with nvcc that > I tried to fix in > ht

[C++-sig] Boost.Python "contains" compile fix

2015-03-30 Thread Huebl, Axel
Hi, adding more Python 3 features, the "contains" method was added (in 1.55.0?) http://www.boost.org/doc/libs/1_55_0/libs/python/doc/news.html Unfortunately, I found a nasty compile bug when compiling with nvcc that I tried to fix in https://github.com/boostorg/python/pull/14 Does anyone kn