Re: [C++ Patch] PR 51379

2012-01-01 Thread Jason Merrill
OK. Jason

Re: [C++ Patch] PR 51379

2011-12-31 Thread Paolo Carlini
Hi, 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.

Re: [C++ Patch] PR 51379

2011-12-31 Thread Jason Merrill
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. + e

Re: [C++ Patch] PR 51379

2011-12-31 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 51379

2011-12-31 Thread Paolo Carlini
Hi, 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. Thanks, Paolo. / /cp 2