[SG10] Is __cpp_lib_constexpr_char_traits "official"?
Jonathan Wakely
cxx at kayari.org
Fri Jun 15 17:30:59 CEST 2018
I don't see it in P0096R5, although
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0426r1.html
recommended it.
It seems to be useful to know whether you can use
char_traits<char>::length() in a constexpr function, or whether you need to
write your own.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.open-std.org/pipermail/features/attachments/20180615/e1d9d573/attachment.html
More information about the Features
mailing list