Thread overview
`"Static If" Considered' C++ article
Apr 04, 2013
dominic jones
Apr 04, 2013
Dicebot
Apr 04, 2013
Kagamin
April 04, 2013
Hello,

A response to the "static if" proposal for C++ was made recently which was a rather severe critique. Has there been a response to this critique or are the conclusions of the article generally considered to be justified? I shall be attending the ACCU meeting this April and would like to raise the matter, but would first like to know the comments of those working on and with D.

Thank you,
Dominic Jones

The article:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3613.pdf
April 04, 2013
On Thursday, 4 April 2013 at 14:01:17 UTC, dominic jones wrote:
> Hello,
>
> A response to the "static if" proposal for C++ was made recently which was a rather severe critique. Has there been a response to this critique or are the conclusions of the article generally considered to be justified? I shall be attending the ACCU meeting this April and would like to raise the matter, but would first like to know the comments of those working on and with D.
>
> Thank you,
> Dominic Jones
>
> The article:
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3613.pdf

It has been discussed quite extensively recently : http://forum.dlang.org/thread/cdgzdesltjefjvnjbspk@forum.dlang.org

There are plenty of opinions from D users in that topic ;)
April 04, 2013
On Thursday, 4 April 2013 at 14:01:17 UTC, dominic jones wrote:
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3613.pdf

As I understand, they just asked to not rush with static if and give them time to come up with an alternative proposal.