Thread overview
Discussion about D on the gentoo forum
Nov 27, 2010
Seth Hoenig
Nov 28, 2010
Adam D. Ruppe
Nov 28, 2010
bearophile
Jul 30, 2013
Kagamin
Jul 30, 2013
Kagamin
Jul 30, 2013
Vladimir Panteleev
November 27, 2010
http://forums.gentoo.org/viewtopic-p-6498541.html?sid=f59057ee36c58c923cd13d4be3f839f2


Andrei
November 27, 2010
On Sat, Nov 27, 2010 at 8:11 AM, Andrei Alexandrescu < SeeWebsiteForEmail@erdani.org> wrote:

>
> http://forums.gentoo.org/viewtopic-p-6498541.html?sid=f59057ee36c58c923cd13d4be3f839f2
>
>
> Andrei
>


Perhaps you could answer the OP's question as to "what happened to it"?


November 28, 2010
One of the things I believe to be a huge improvement over C++ in D is variadic templates. I'm wondering if C++ can do it anyway - my c++ is a bit rusty, but I can't think of a way to do it.

How would you implement something like std.conv.text in C++? The D version is trivial: 5 lines and easily understandable.

If it's as ugly as I'm imagining it is, this is a good example for a pretty big improvement. (Though I still believe the sum of the little improvements are greater than any of the big ones!)
November 28, 2010
Adam D. Ruppe:

> One of the things I believe to be a huge improvement over C++ in D is variadic templates.

G++ has them now, they are in C++0x: http://en.wikipedia.org/wiki/C_0x#Variadic_templates

Bye,
bearophile
July 30, 2013
On Sunday, 28 November 2010 at 16:29:19 UTC, Adam D. Ruppe wrote:
> How would you implement something like std.conv.text in C++? The D version is
> trivial: 5 lines and easily understandable.

Last I checked C++ didn't know about strings.
July 30, 2013
Oops, what the hell?
July 30, 2013
On Tuesday, 30 July 2013 at 16:04:04 UTC, Kagamin wrote:
> Oops, what the hell?

A spammer bumped this thread. I've deleted the spam posts now, though.