|
From: Florent R. <f.r...@fr...> - 2023-07-19 08:32:23
|
Attached is a minor patch update (might fix a compilation problem, no other change). This replaces cbegin() with std::cbegin(), and ditto with cend(). “using std::cbegin” and “using std::cend” would allow me to keep lines shorter and avoid a premature line break, however I saw maintenance commits recently that changed string to std::string, which IMHO only adds verbosity to the already extreme verbosity of C++, so... no “using std::cbegin” nor “using std::cend” from me unless there is some consensus that it's an accepted style. Regards -- Florent |