From-SVN: r42292
This commit is contained in:
Jason Merrill 2001-05-18 19:32:45 -04:00
parent 3804fe2e1b
commit ab1f084cdf
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ struct B {
};
struct C {
const fptr ≺
const fptr pr;
C (fptr n): pr(n) { }
operator const fptr& () { return pr; }