Coding style: Remove outdated section wrt nullptr

Ealier we state that nullptr should be used, and that is the current
policy.

Change-Id: Id462458f36893354a4f95e086d25a946f94b495e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2023-02-16 08:30:16 +01:00
parent 7a2023f157
commit 22a6b79f45

View File

@@ -907,11 +907,6 @@
Make sure that a class uses \c{override} consistently, either for all overridden functions or
for none.
\section3 Nullptr
All compilers support \c{nullptr}, but there is no consensus on using it. If in doubt, ask
the maintainer of the module whether they prefer using \c{nullptr}.
\section3 Range-Based for-Loop
You may use range-based for-loops, but beware of the spurious detachment problem.