shorter is better
(edited)gold was about 3x/4x faster than LD.
0
instead of nullptr
? Even nullptr
is 11 years old. Who use virtual
instead of override
?
You know, there are some projects...0
instead of nullptr
? Even nullptr
is 11 years old. Who use virtual
instead of override
?
You know, there are some projects... virtual
to the overridden methods. Yet, having override
allows to catch some bugs (and thus simplify refactoring).virtual
to the overridden methods. Yet, having override
allows to catch some bugs (and thus simplify refactoring).