import bug

BCS ao at pathlink.com
Fri Sep 14 21:30:41 PDT 2007


--module 1---
private import std.cstream;
void main(){}
-- module 2 --
import std.stdio;
void B()
{
	std.file.read(__FILE__); 
}
---

if the import in module 1 is removed std.file.read in module 2 quits working




More information about the Digitalmars-d-bugs mailing list