changeset 649:35c50493907e

Stewart Gordon <Stewart_member@pathlink.com> 2005-09-03 news:dfco82$eol$1@digitaldaemon.com
author thomask
date Sun, 04 Sep 2005 11:21:54 +0000
parents 9ff420cab661
children 00901fbe5d03
files addon/bug_20050903_X.d addon/bug_20050903_Y.d compile/b/bug_20050903_A.d compile/b/bug_20050903_B.d
diffstat 4 files changed, 43 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/addon/bug_20050903_X.d	Sun Sep 04 11:21:54 2005 +0000
@@ -0,0 +1,7 @@
+module addon.bug_20050903_X;
+
+import addon.bug_20050903_Y;
+
+void ulongToString(){
+	Vector!(wchar) result;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/addon/bug_20050903_Y.d	Sun Sep 04 11:21:54 2005 +0000
@@ -0,0 +1,14 @@
+module addon.bug_20050903_Y;
+
+template DataStreamability(){
+	const int isStreamable = true;
+
+	void read(int st, int val){
+		st >>= val;
+	}
+}
+
+struct Vector(T){
+	static if (DataStreamability!().isStreamable){
+	}
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/b/bug_20050903_A.d	Sun Sep 04 11:21:54 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <Stewart_member@pathlink.com>
+// @date@	2005-09-03
+// @uri@	news:dfco82$eol$1@digitaldaemon.com
+
+// __DSTRESS_DFLAGS__ addon/bug_20050903_X.d addon/bug_20050903_Y.d
+
+module dstress.compile.b.bug_20050903_A;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/b/bug_20050903_B.d	Sun Sep 04 11:21:54 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <Stewart_member@pathlink.com>
+// @date@	2005-09-03
+// @uri@	news:dfco82$eol$1@digitaldaemon.com
+
+// __DSTRESS_DFLAGS__ addon/bug_20050903_Y.d addon/bug_20050903_X.d
+
+module dstress.compile.b.bug_20050903_B;
\ No newline at end of file