Doc Comments / Phobos /
Std Boxer
Difference (last change) (no other diffs, normal page display)
Changed: 15c15
|
|
Changed: 19c19,21
Corresponding page in the D Specification |
* Corresponding page in the D Specification ** D 1.x ** D 2.x (std.boxer is being phased out in favor of std.variant) |
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
- Corresponding page in the D Specification
- D 1.x
- D 2.x (std.boxer is being phased out in favor of std.variant)