Changes in tests/sum.cfa [b326277:292642a]
- File:
-
- 1 edited
-
tests/sum.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/sum.cfa
rb326277 r292642a 11 11 // Created On : Wed May 27 17:56:53 2015 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Thu Jun 6 16:18:22 201914 // Update Count : 33 313 // Last Modified On : Sun May 19 11:21:02 2019 14 // Update Count : 330 15 15 // 16 16 … … 111 111 }; 112 112 GS(int) gs; 113 // FIX ME, resolution problem with anew not picking up the LH type 114 gs.x = (typeof(gs.x))anew( size ); // create array storage for field 113 gs.x = anew( size ); // create array storage for field 115 114 s = 0; v = low; 116 115 for ( int i = 0; i < size; i += 1, v += 1 ) {
Note:
See TracChangeset
for help on using the changeset viewer.