Commit 83b3c34185277450936f83b26dc62ce649e5b81f
1 parent
793d987b
Mention QIntC in README-Maintainer
Showing
1 changed file
with
1 additions
and
0 deletions
README-maintainer
| @@ -62,6 +62,7 @@ CODING RULES | @@ -62,6 +62,7 @@ CODING RULES | ||
| 62 | `std::vector`. Instead, use `at()`. See README-hardening.md for | 62 | `std::vector`. Instead, use `at()`. See README-hardening.md for |
| 63 | details. | 63 | details. |
| 64 | 64 | ||
| 65 | +* Use QIntC for type conversions -- see casting policy in docs. | ||
| 65 | 66 | ||
| 66 | RELEASE PREPARATION | 67 | RELEASE PREPARATION |
| 67 | 68 |