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
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
>>>
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
>>>
>
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
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
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