Add back-reference to changes file
This commit is contained in:
parent
a628bf9b6f
commit
be9d736597
4 changed files with 12 additions and 3 deletions
|
|
@ -5452,7 +5452,7 @@ Consider the following C++ code:
|
|||
#include <iostream>
|
||||
struct Wheel {
|
||||
int size;
|
||||
Wheel(int sz) : size(sz) {}
|
||||
Wheel(int sz = 0) : size(sz) {}
|
||||
~Wheel() { std::cout << "~Wheel" << std::endl; }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue