Title
§[cstdarg.syn] 'Compatible types' are undefined
Status
new
Section
[cstdarg.syn]
Submitter
Lukas Barth

Created on 2023-06-08.00:00:00 last changed 10 months ago

Messages

Date: 2023-06-15.00:00:00

[ 2023-06-12; Reflector poll ]

Set priority to 3 after reflector poll.

Date: 2023-06-08.00:00:00

Subclause [cstdarg.syn] p1 bullet (1.2) states (among other things):

[…] If the parameter parmN is of a reference type, or of a type that is not compatible with the type that results when passing an argument for which there is no parameter, the behavior is undefined.

Unlike the C standard, the C++ standard has no notion of 'compatible types', thus the meaning of this sentence unclear.

History
Date User Action Args
2023-06-12 08:54:28adminsetmessages: + msg13619
2023-06-08 00:00:00admincreate