Is this a bug? "ref" affects only first tuple element
Henning Hasemann
hhasemann at web.de
Fri Aug 10 07:01:20 PDT 2007
Some corrections / additions:
This code is more near to what I actually do in case the problem only
occurs with delegates (I didnt test it on "normal" functions yet):
alias Tuple!(int, char[], real) T;
void foo(int delegate( ref T ) dg) {
// ...
}
and it becomes something like this:
void foo(int delegate(ref int, char[], real) dg) {
// ...
}
I'm using gdc from svn (dmd-1.018 compatible).
Henning
--
GPG Public Key:
http://keyserver.ganneff.de:11371/pks/lookup?op=get&search=0xDDD6D36D41911851
Fingerprint: 344F 4072 F038 BB9E B35D E6AB DDD6 D36D 4191 1851
More information about the Digitalmars-d
mailing list