Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io2.cfa

    rb81fd95 rdc5072f  
    121121
    122122        [int, int, const char *, double] t3 = { 3, 4, "a", 7.2 };
    123         sout | [ 3, 4, (const char*)"a", 7.2 ];             // workaround trac#207: the const cast should not be needed
     123        sout | [ 3, 4, "a", 7.2 ];
    124124        sout | t3;
    125125        sepSetTuple( sout, " " );
Note: See TracChangeset for help on using the changeset viewer.