Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 55 (100.0%) | 53 (100.0%) | 0.9 |
ahumphrey | 6 (10.9%) | 27 (50.9%) | 4.5 |
jas | 49 (89.1%) | 26 (49.1%) | 0.5 |
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).
27 lines of code changed in 6 files:
Update copyright date to 2016.
26 lines of code changed in 49 files: