On 12-06-26 6:34 AM, Jacob Carlborg wrote:
On 2012-06-26 02:56, Pierre Rouleau wrote:


This is still true for D1 which doesn't have immutable or const. Where
this is legal:

char[] str = "asd";
str[0] = 'b'; // ok on windows, segfault on posix


Thanks for clarifying this Jacob,

--

Pierre Rouleau

Reply via email to