mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #211 from tkruse/fix-mdstyle11
fix bad mix of tabs and spaces
This commit is contained in:
commit
48c3c3b549
|
@ -11763,7 +11763,6 @@ If you define a destructor, you should not use the compiler-generated copy or mo
|
|||
public:
|
||||
|
||||
~X() { /* custom stuff, such as closing hnd */ }
|
||||
|
||||
// suspicious: no mention of copying or moving -- what happens to hnd?
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user