Commit 3a0243db by Robert Lipe

Quoting Martin:

The semantics of this test case are implementation-defined, as per
[lib.support.types]/4. Therefore, I propose to delete it.

From-SVN: r20186
parent 57f1de49
#include <stddef.h>
int main()
{
throw(NULL);
}
// The code works as expected, when NULL is cast to void* explicitly [
// throw((void*)NULL); ].
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment