Talk:cpp/memory/voidify
From cppreference.com
< Talk:cpp
I think we shouldn't keep this page
After LWG3870, this page doesn't seem helpful. --Fruderica (talk) 19:52, 25 July 2023 (PDT)
- I created this page because I saw that LWG preferred an implicit conversion from
T*tovoid*instead of usingstatic_cast. I thought there were some behavior difference between these two methods, but I cannot find any this morning. I am not sure whether I have left something out or LWG is just in favor of keeping voidify in the standard.