I'm opening this bug after #2092 in order to have them separated. std.stream ---------- Line 2419: em.fixBO(x3,12); I get "std/stream.d: function fixBO (void*,uint) does not match parameter types (ubyte[12],int)" (and another error following that) Same goes for line 2443. I'm not sure about this, but casting the first argument (x3) to void* solved the problem. Maybe a static ubyte[] was allowed to be implicitly cast to void* in a previous D version. Don suggestion was: I think it should be .ptr, not a cast to void *, eg em.fixBO(x3.ptr,12);
Don's right. For some reason the fix is in 2.0 Phobos, but is not in 1.0.
Fixed dmd 1.032
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル