www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - std.boxer and -g

std.boxer isn't usable in code compiled with debugging turned on. I had to 
rebuild phobos with -g to get the symbol _assert_3std_5boxer. The same thing 
happens with std.stream.TArrayStream. The reason is that TArrayStream and 
Box are templates. 
May 19 2005