The resolution of LWG3870 removed the explicit casts in the exposition-only function ‘voidify’, leaving the implicit conversion to ‘void*’. Does it mean that the behavior of voidification falls back to evaluating static_cast<void*>(std::addressof(expr)), the expression which ‘voidify’ replaced in C++20?

 

Geng