[phobos] std.intrinsic and core.bitop

Jonathan M Davis jmdavisProg at gmx.com
Thu Aug 18 19:57:12 PDT 2011


On Thursday, August 18, 2011 22:07:13 unDEFER wrote:
> Hello!
> Sorry if my questions are very silly, but I have the second one.
> Looks like modules std.intrinsic and core.bitop have the same
> functionality and the both not marked as deprecated.
> I believe that there must remains only core.bitop, but what really state
> of this modules?
> 
> Thank you.

std.instrinsic is specifically marked as deprecated. It publicly imports 
core.bitop. Any code using std.intrinsic should be updated to use core.bitop. 
std.intrinsic will be removed at some point in the future.

- Jonathan M Davis


More information about the phobos mailing list