Commit 70189f12 by Jason Merrill

update

From-SVN: r22821
parent 14ae7e7d
...@@ -16,7 +16,7 @@ main() { ...@@ -16,7 +16,7 @@ main() {
try { try {
var.func(1); var.func(1);
var.func(0); var.func(0);
} catch(test1::fehler()) // ERROR - cannot have function type } catch(test1::fehler()) // function type promoted to pointer
{ {
; ;
} }
......
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