Last update October 16, 2007

Doc Comments / Phobos /
Std Boxer



std.boxer

Comments

Add your comments here...

Release Mode Bug

Prior to DMD 1.005, there was a bug when one tried to use std.boxer in a debug compilation ( Issue:8). There are some possible work-arounds:

  • compile in -release mode instead
  • copy std/boxer.d to your project to override the one in Phobos ( NG:digitalmars.D/36760)
  • add "extern (C) void assert_3std5boxer() { }" to your project to trick the compiler with an empty function ( NG:digitalmars.D/36764)
  • upgrade to DMD 1.005+

Links


FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: October 16, 2007 22:11 (diff))