Alıntı:
> Evet, normalde "bug tracking" sistemindeki bir sorgu sonucunda oluşturulurlar. "Kapatılmış olan bütün hataların kısa özetlerini ver" gibi...
Bana el yordamıyla ekliyor gibi geldi. Bazen çünkü hiç eklenmiyor bazen daha sonra ekleniyor. Bazende aynı anda.
Bu arada d.learn'e orada kimse takmaz ise d forumuna bir mesaj atmak istiyorum:
başlık : readf bug in the std.stdio
import std.stdio;
void main() {
char a;
wchar b;
dchar c;
readf("%s %s %s", &a,&b,&c);
}
Error :
dmd -w -c "isimsiz.d" (C:\Program Files\Geany )
C:\D\dmd2\windows\bin\..\..\src\phobos\std\format.d(441): Error: template std.format.unformatValue(T,Range,Char) if (isArray!(T) && !isSomeString!(T)) does not match any function template declaration
C:\D\dmd2\windows\bin\..\..\src\phobos\std\format.d(441): Error: template std.format.unformatValue(T,Range,Char) if (isArray!(T) && !isSomeString!(T)) cannot deduce template function from argument types !(char)(LockingTextReader,FormatSpec!(char))
C:\D\dmd2\windows\bin\..\..\src\phobos\std\format.d(441): Error: template instance errors instantiating template
where is the problem? Is the error?
--
[ Bu gönderi, http://ddili.org/forum'dan dönüştürülmüştür. ]