21 Apr
2013
21 Apr
'13
3:45 p.m.
I'm not against this radical alternative, and I even like it. I don't know which compilers need the enum workaround and if Boost should support them.
The list seems to be: VC7 and earlier Vacpp 5.02 and earlier (currently 11.1) Sunpro 5.6 and earlier. MPW all versions?
What I want is just that integral_constant use them so that all the traits in Boost conforms to the C++11 standard.
Out of curiosity, can you detect the difference? What can you do with constexpr values that you can't with static const ones? John.