Remove a few bogus reinterpret_cast(nullptr_t) (#17229)
authormikedn <onemihaid@hotmail.com>
Mon, 26 Mar 2018 23:41:46 +0000 (02:41 +0300)
committerJan Kotas <jkotas@microsoft.com>
Mon, 26 Mar 2018 23:41:46 +0000 (16:41 -0700)
commitb6fa213027758ae939af85b1daddf036265b660b
tree50f806685feb2df44fc0bb5723f75708e9e13c87
parent55f162d21d396a7741a91f00568d48a2f3fab603
Remove a few bogus reinterpret_cast(nullptr_t) (#17229)

reinterpret_cast cannot be used to convert nullptr_t values, so does C++ std says in a note. VC++ ignores this restriction claiming that notes are not normative. Clang enforces the restriction. Oh well...
src/inc/utilcode.h