On 12/31/2011 03:08 PM, Paolo Carlini wrote:
this implements in a straightforward way the resolution of DR 799 (which went in CD2): basically a reinterpret_cast to the type of the expression itself is fine for integral, enumeration, pointer, or pointer-to-member type. Tested x86_64-linux.
+ else if ((cxx_dialect != cxx98)
This DR should apply to C++98 mode as well. Jason