On 14 May 2014 15:25, Ed Smith-Rowland wrote: > But in keeping with, say, our extension type traits and such maybe i should > uglify value as well.
No, just derive from std::integral_constant and you get value "for free". You already use integral_constant in that file, so the name "value" is already used.