mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
travis CI fixes
This commit is contained in:
@@ -20231,7 +20231,7 @@ Some styles use very general (not type-specific) prefixes to denote the general
|
||||
// note: "p" is not being used to say "raw pointer to type User,"
|
||||
// just generally to say "this is an indirection"
|
||||
|
||||
auto cntHits = calc_total_of_hits(/*...*);
|
||||
auto cntHits = calc_total_of_hits(/*...*/);
|
||||
// note: "cnt" is not being used to encode a type,
|
||||
// just generally to say "this is a count of something"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user