[root]/testprograms/TestSuite
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 19 (100.0%) | 1.1 |
ahumphrey | 4 (25.0%) | 12 (63.2%) | 3.0 |
jas | 12 (75.0%) | 7 (36.8%) | 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).
12 lines of code changed in 4 files:
Update copyright date to 2016.
7 lines of code changed in 12 files: