
3 Nov
2006
3 Nov
'06
8:36 a.m.
Anthony Williams wrote:
If the constexpr proposal gets accepted into the C++ Standard, we won't have to worry about this in the future --- constructors that just use constant expressions can be tagged "constexpr", and used for static initialization.
What does this mean, can you please illustrate it with an example? Thank you, Roland