[phobos] Why does this keep happening?

Walter Bright walter at digitalmars.com
Tue May 3 16:03:55 PDT 2011


Every time I do a pull on druntime & phobos, something breaks. This time it's:


..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_bitmanip.html 
std.ddoc std\bitmanip.d
std\bitmanip.d(359): Error: function core.bitop.bt (uint* p, uint bitnum) is not 
callable using argu
ment types (const(uint*),uint)
std\bitmanip.d(359): Error: cannot implicitly convert expression (this.ptr) of 
type const(uint*) to
uint*

--- errorlevel 1


More information about the phobos mailing list