On Sunday, 24 November 2013 at 17:16:21 UTC, Philippe Sigaud
wrote:
On Sun, Nov 24, 2013 at 5:19 PM, monarch_dodra <monarchdo...@gmail.com> wrote:

This is cleaner, IMO.

Well, in an ideal world, we wouldn't have to fall back to these contortions.

Even without bugs, it's still convenient way to declare a
variable as enum or const, when 1-liner initialization is simply
not possible.

enum bar = ()
{
     T t;
     initialize(t);
     return t;
}();

Reply via email to