mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
travis CI fixes
This commit is contained in:
parent
f8f396ef3b
commit
25d9d12e15
@ -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,"
|
// note: "p" is not being used to say "raw pointer to type User,"
|
||||||
// just generally to say "this is an indirection"
|
// 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,
|
// note: "cnt" is not being used to encode a type,
|
||||||
// just generally to say "this is a count of something"
|
// just generally to say "this is a count of something"
|
||||||
|
|
||||||
|
@ -84,6 +84,7 @@ clib
|
|||||||
Cline99
|
Cline99
|
||||||
ClosePort
|
ClosePort
|
||||||
cm3
|
cm3
|
||||||
|
cnt
|
||||||
CommonMark
|
CommonMark
|
||||||
*compiletime
|
*compiletime
|
||||||
composability
|
composability
|
||||||
@ -510,6 +511,7 @@ STL
|
|||||||
stmt
|
stmt
|
||||||
str
|
str
|
||||||
strdup
|
strdup
|
||||||
|
stringlike
|
||||||
strlen
|
strlen
|
||||||
Str15
|
Str15
|
||||||
Stroustrup
|
Stroustrup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user