Thread overview | |||||
---|---|---|---|---|---|
|
January 22, 2011 [phobos] phobos commit, revision 2359 | ||||
---|---|---|---|---|
| ||||
phobos commit, revision 2359 user: andrei msg: Fix for bug 4922 http://www.dsource.org/projects/phobos/changeset/2359 paths changed: U trunk/phobos/std/conv.d U trunk/phobos/std/stdio.d |
January 21, 2011 [phobos] phobos commit, revision 2359 | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsource.org | On 1/21/2011 10:35 PM, dsource.org wrote: > phobos commit, revision 2359 > > > user: andrei > > msg: > Fix for bug 4922 > > http://www.dsource.org/projects/phobos/changeset/2359 > > paths changed: > U trunk/phobos/std/conv.d > U trunk/phobos/std/stdio.d Looks like there's some fallout from this one. Both Linux and Win this time: std\format.d(446): Error: template std.format.unformatValue(T,Range,Char) if (isArray!(T) && !isSomeString!(T)) does not match any function template declaration std\format.d(446): Error: template std.format.unformatValue(T,Range,Char) if (isArray!(T) && !isSomeString!(T)) cannot deduce template function from argument types !(char)(LockingTextReader,FormatSpec!(char)) std\format.d(446): Error: template instance errors instantiating template |
January 22, 2011 [phobos] phobos commit, revision 2359 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Rats. Forgot to commit format.d. Will do soon.
Andrei
On 1/22/11 1:43 CST, Brad Roberts wrote:
> On 1/21/2011 10:35 PM, dsource.org wrote:
>> phobos commit, revision 2359
>>
>>
>> user: andrei
>>
>> msg:
>> Fix for bug 4922
>>
>> http://www.dsource.org/projects/phobos/changeset/2359
>>
>> paths changed:
>> U trunk/phobos/std/conv.d
>> U trunk/phobos/std/stdio.d
>
> Looks like there's some fallout from this one. Both Linux and Win this time:
>
> std\format.d(446): Error: template std.format.unformatValue(T,Range,Char) if
> (isArray!(T)&& !isSomeString!(T)) does not match any function template declaration
> std\format.d(446): Error: template std.format.unformatValue(T,Range,Char) if
> (isArray!(T)&& !isSomeString!(T)) cannot deduce template function from argument
> types !(char)(LockingTextReader,FormatSpec!(char))
> std\format.d(446): Error: template instance errors instantiating template
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
|
Copyright © 1999-2021 by the D Language Foundation