Stefan Behnel, 20.08.2012 20:55:
> Robert Bradshaw, 12.08.2012 09:00:
>> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
>>> I ran into a couple of problems with the new C++ STL integration, just
>>> dumping them here for now.
>>>
>>> Invalid C code when using a stack allocated C++ vector ins
Robert Bradshaw, 12.08.2012 09:00:
> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
>> I ran into a couple of problems with the new C++ STL integration, just
>> dumping them here for now.
>>
>> Invalid C code when using a stack allocated C++ vector inside of a
>> generator, also lacking type
On 13 August 2012 16:42, Robert Bradshaw wrote:
> On Sun, Aug 12, 2012 at 3:26 AM, mark florisson
> wrote:
>> On 12 August 2012 08:00, Robert Bradshaw wrote:
>>> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
Hi,
I ran into a couple of problems with the new C++ STL integra
On Sun, Aug 12, 2012 at 3:26 AM, mark florisson
wrote:
> On 12 August 2012 08:00, Robert Bradshaw wrote:
>> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
>>> Hi,
>>>
>>> I ran into a couple of problems with the new C++ STL integration, just
>>> dumping them here for now.
>>>
>>> Invalid
On 12 August 2012 08:00, Robert Bradshaw wrote:
> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
>> Hi,
>>
>> I ran into a couple of problems with the new C++ STL integration, just
>> dumping them here for now.
>>
>> Invalid C code when using a stack allocated C++ vector inside of a
>> gen
Stefan Behnel, 12.08.2012 08:58:
> On a somewhat related note, it would be nice to support
>
> for x in iter(c_ptr, end_value):
> ...
>
> That would mostly be a generalisation of the special "ends with c'\0'"
> special case of char* iteration, i.e. that would become equivalent to
>
>
On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
> Hi,
>
> I ran into a couple of problems with the new C++ STL integration, just
> dumping them here for now.
>
> Invalid C code when using a stack allocated C++ vector inside of a
> generator, also lacking type conversion utility code:
>
> htt
Robert Bradshaw, 12.08.2012 07:12:
> On Sat, Aug 11, 2012 at 10:03 PM, Robert Bradshaw wrote:
>> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
>>> I ran into a couple of problems with the new C++ STL integration, just
>>> dumping them here for now.
>>>
>>> Failure to compile iteration over
On Sat, Aug 11, 2012 at 10:03 PM, Robert Bradshaw wrote:
> On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
>> Hi,
>>
>> I ran into a couple of problems with the new C++ STL integration, just
>> dumping them here for now.
>>
>> Invalid C code when using a stack allocated C++ vector inside of
On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel wrote:
> Hi,
>
> I ran into a couple of problems with the new C++ STL integration, just
> dumping them here for now.
>
> Invalid C code when using a stack allocated C++ vector inside of a
> generator, also lacking type conversion utility code:
>
> htt
10 matches
Mail list logo