This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 113d. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-03-20


1312. Simulated reinterpret_cast in constant expressions

Section: 7.7  [expr.const]     Status: CD3     Submitter: Nikolay Ivchenkov     Date: 2011-05-06

[Moved to DR at the October, 2012 meeting.]

Although a reinterpret_cast is prohibited in a constant expression, casting to and from void* can achieve the same effect.

Proposed resolution (August, 2011):

Change 7.7 [expr.const] paragraph 2 as follows:

Note, January, 2012:

Additional discussion has occurred, so this issue has been returned to "review" status to allow further consideration.

Proposed resolution (February, 2012):

Change 7.7 [expr.const] paragraph 2 as follows: