On 09/26/2011 07:42 AM, Andrej Mitrovic wrote:
> On 9/26/11, Jacob Carlborg <d...@me.com> wrote:
>> std.string.format is using a D-style variadic parameter list.
> 
> The compiler disagrees with you:
> 
> D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\string.d(2432): Error:
> function std.string.format C-style variadic functions are not yet
> implemented in CTFE
> 
> L2432:
> string format(...)
> 
> I don't see any other format() overloads in std.string.

std.metastrings.Format wouldn't be what you want, would it?

Reply via email to