Changes in tests/io2.cfa [b81fd95:dc5072f]
- File:
-
- 1 edited
-
tests/io2.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/io2.cfa
rb81fd95 rdc5072f 121 121 122 122 [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 needed123 sout | [ 3, 4, "a", 7.2 ]; 124 124 sout | t3; 125 125 sepSetTuple( sout, " " );
Note:
See TracChangeset
for help on using the changeset viewer.