Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 18 (100.0%) | 0.9 |
jas | 16 (80.0%) | 9 (50.0%) | 0.5 |
ahumphrey | 4 (20.0%) | 9 (50.0%) | 2.2 |
Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).
nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).
9 lines of code changed in 4 files:
Update copyright date to 2016.
9 lines of code changed in 16 files: