[class.dtor]/1 contains the following sentence:
Each decl-specifier of the decl-specifier-seq of a destructor declaration (if any) shall be
friend
,inline
, orvirtual
.
I'm really interested in seeing an example of the use of a destructor with a friend
specifier.