On Feb 8, 2010, at 8:02 AM, Stefan Behnel wrote:

> Dag Sverre Seljebotn, 08.02.2010 09:25:
>> Stefan Behnel wrote:
>>> I'm surprised that this works. The last information I had from an  
>>> MSVC user
>>> (and from a web search) was that just splitting the string into  
>>> separate
>>> auto-concatenated literals wouldn't solve the issue.
>>>
>>> Happy to read that it does.
>>>
>> Cristoph: Which version of MSVC are you using/did you/are you able to
>> test this on?
>
> He mentioned MSVC V9. Anyway, it doesn't break anything, so it's  
> best to
> just always do it that way even if it changes nothing for older MSVC  
> releases.

IIRC, there's also a total string size limit as well, but it's much  
larger. Technically ANSI C says that the maximum string literal length  
may be as low as 509 characters, *after* concatenation, but that's  
being really pedantic and not worth doing anything about IMHO.

- Robert


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to