comparison run/o/odd_bug_04_B.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 2f10fa84a21b
children 20d8ee6523e1
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ John Demme <me@teqdruid.com> 5 // @author@ John Demme <me@teqdruid.com>
6 // @date@ 2005-12-05 6 // @date@ 2005-12-05
7 // @uri@ news:dn2l1b$2j2i$1@digitaldaemon.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5755
8 8
9 module dstress.run.o.odd_bug_04_B; 9 module dstress.run.o.odd_bug_04_B;
10 10
11 abstract class Container(V) { 11 abstract class Container(V) {
12 abstract int opApply(int delegate(inout V) dg); 12 abstract int opApply(int delegate(inout V) dg);