|
|
|
@ -11763,7 +11763,6 @@ If you define a destructor, you should not use the compiler-generated copy or mo
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
|
|
|
|
|
|
|
|
~X() { /* custom stuff, such as closing hnd */ }
|
|
|
|
~X() { /* custom stuff, such as closing hnd */ }
|
|
|
|
|
|
|
|
|
|
|
|
// suspicious: no mention of copying or moving -- what happens to hnd?
|
|
|
|
// suspicious: no mention of copying or moving -- what happens to hnd?
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|