Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 3 (100.0%) | 5 (100.0%) | 1.6 |
ahumphrey | 2 (66.7%) | 4 (80.0%) | 2.0 |
jas | 1 (33.3%) | 1 (20.0%) | 1.0 |
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).
4 lines of code changed in 2 files:
Update copyright date to 2016.
1 lines of code changed in 1 file: