[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] [lmi-commits] master 98a3720 2/6: Explicitly qualify std::size
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] [lmi-commits] master 98a3720 2/6: Explicitly qualify std::size_t |
Date: |
Wed, 17 Feb 2021 12:11:53 +0100 |
On Tue, 16 Feb 2021 20:11:38 -0500 (EST) Greg Chicares
<gchicares@sbcglobal.net> wrote:
GC> branch: master
GC> commit 98a3720daf8758b11cc14433e2ba88df80fc7475
GC> Author: Gregory W. Chicares <gchicares@sbcglobal.net>
GC> Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
GC>
GC> Explicitly qualify std::size_t
Sorry for missing these occurrences of unqualified size_t. Should we
(meaning I) add a coding rules check for this, i.e. verify that size_t is
always preceded by "std::" in all C++ files?
Please let me know if you think this would be useful,
VZ
pgp0uCDbuGHA_.pgp
Description: PGP signature
- Re: [lmi] [lmi-commits] master 98a3720 2/6: Explicitly qualify std::size_t,
Vadim Zeitlin <=