digitalmars.D.bugs - doc bug: std.intrinsic
- Ben Hinkle (5/5) Nov 23 2004 in phobos.html the doc for std.intrinsic.bswap
- Walter (1/1) Nov 27 2004 Got it, thanks.
in phobos.html the doc for std.intrinsic.bswap ubyte bswap(uint x) should have a return type of uint instead: uint bswap(uint x) The source file intrinsic.d is correct.
Nov 23 2004