digitalmars.D.bugs - std.boxer and -g
- Ben Hinkle (4/4) May 19 2005 std.boxer isn't usable in code compiled with debugging turned on. I had ...
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