On 05/31/2016 06:44 PM, Martin Sebor wrote:
Without this change, C or C++ 98 users wouldn't be able to use the built-ins in constant expressions (C++ 98 doesn't allow casting a null pointer in those contexts).
I can't imagine that C++98 users care about using these built-ins in constant expressions.
Jason