aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 2 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 1ca7de8a..2ecbfaa6 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -127,6 +127,8 @@ CODING RULES
"Code Formatting" section in manual/contributing.rst for details.
See also "CODE FORMATTING" below.
+* Use std::to_string instead of QUtil::int_to_string et al
+
* Use of assert:
* Test code: #include <qpdf/assert_test.h> first.