Highest Rated Comments


ProgramMax16 karma

A perfect question for the king of template metaprogramming:

With support for more things inside constexpr just around the bend, do you think we can now do metaprogramming in plain old C++? Wouldn't it be more natural and easier to debug?

I had asked about constexpr supporting more at GoingNative 2012 but I didn't make it clear why I thought it would be worth while.

Also, a second question if you don't mind: How do I go about making proposals for consideration by the ISO C++ committee? I would like to propose a make_shared where I can provide the allocator rather than it using new.

Thanks for everything you've done, Andrei!

Edit: GoingNative 2012, not 2013. "const_expr" -> "constexpr".

ProgramMax6 karma

Oh man, I totally brain-fart'ed that one. I knew about allocate_shared and just forgot last night while trying to come up with a good question. :) Thanks