digitalmars.D - Why does std.intrinsic contain nothrow?
- Trass3r (8/8) Feb 04 2010 Right at the beginning of the file there is:
Right at the beginning of the file there is: module std.intrinsic; nothrow: Nevertheless some functions are pure nothrow int bsf(uint v); some not: int btc(uint *p, uint bitnum); So either those nothrows are obsolete or the nothrow: is a mistake, right?
Feb 04 2010