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