Created on 2026-06-09.00:00:00 last changed 1 month ago
Possible resolution:
Change in 7.6.1.3 [expr.call] paragraph 12 as follows:
... The lvalue-to-rvalue (7.3.2 [conv.lval]), array-to-pointer (7.3.3 [conv.array]), and function-to-pointer (7.3.4 [conv.func]) standard conversions are performed on the argument expression.AnThen, an argument that has typecvstd::nullptr_t is converted to typevoid*"pointer to void" (7.3.12 [conv.ptr]). After these conversions, if the argumentdoes not have arithmetic, enumeration, pointer, pointer-to-member, or class typehas type void, the program is ill-formed. ...
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2026-06-25 21:33:46 | admin | set | messages: + msg8612 |
| 2026-06-09 00:00:00 | admin | create | |