May 19, 2005
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.