digitalmars.D.bugs - 'out' keyword, arrays and variadic functions
- quetzal (10/10) Jul 18 2004 # void foo(int[] f, ...) {
both functions compile just fine, however if you try to call 'bar' you will get Access Violation. reason: pointer to typeinfo table is not being pushed, instead of pushing number of variadic arguments offset of this number is being pushed.
Jul 18 2004