[dmd-beta] beta 2
    Jesse Phillips 
    jesse.k.phillips at gmail.com
       
    Wed Jul  6 13:32:38 PDT 2011
    
    
  
I bring to the table: http://d.puremagic.com/issues/show_bug.cgi?id=6261
import std.regex;
void main(){
    auto re = regex("foo".dup);
}
src\phobos\std\regex.d(1537): Error: cannot cast a
read-only string literal to mutable in CTFE
src\phobos\std\regex.d(1537): Error: cannot evaluate
tuple("","\x01") at compile time
On Wed, Jul 6, 2011 at 11:55 AM, Walter Bright <walter at digitalmars.com> wrote:
>
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
>
> 1. updated rdmd
> 2. 64 bit dmd binary on Linux
> 3. CTFE added to D1 changelog
> 4. fixed missing update to phobos sources
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
    
    
More information about the dmd-beta
mailing list