Commit ab1f084c by Jason Merrill

fix

From-SVN: r42292
parent 3804fe2e
...@@ -23,7 +23,7 @@ struct B { ...@@ -23,7 +23,7 @@ struct B {
}; };
struct C { struct C {
const fptr ≺ const fptr pr;
C (fptr n): pr(n) { } C (fptr n): pr(n) { }
operator const fptr& () { return pr; } operator const fptr& () { return pr; }
......
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