On 11.06.2010 00:46, Richard Webb wrote:
If i try to use DMD 2.047 and xfbuild to compile a file which just contains
module arraytest;
import std.array;
I get the error:
F:\development\DTesting\dmd2\windows\bin\..\..\src\phobos\std\format.d(1882):
Error: template std.array.Appender!(string).Appender.put(U) if
(isImplicitlyConvertible!(U,T) || isSomeChar!(T)&& isSomeChar!(U)) does not
match any function template declaration
F:\development\DTesting\dmd2\windows\bin\..\..\src\phobos\std\format.d(1882):
Error: template std.array.Appender!(string).Appender.put(U) if
(isImplicitlyConvertible!(U,T) || isSomeChar!(T)&& isSomeChar!(U)) cannot
deduce template function from argument types !()(char[])
Try excluding phobos from the build with +xstd +xcore, at least the
first one.