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:
@@ -374,11 +374,11 @@ and optionally with a message (following usual C++11 standard attribute syntax):
|
|||||||
|
|
||||||
where
|
where
|
||||||
|
|
||||||
- `tag` is the anchor name of the item where the Enforcement rule appears (e.g., for [C.134](#Rh-public) it is "Rh-public"), the
|
* `tag` is the anchor name of the item where the Enforcement rule appears (e.g., for [C.134](#Rh-public) it is "Rh-public"), the
|
||||||
name of a profile group-of-rules ("type", "bounds", or "lifetime"),
|
name of a profile group-of-rules ("type", "bounds", or "lifetime"),
|
||||||
or a specific rule in a profile ([type.4](#Pro-type-cstylecast), or [bounds.2](#Pro-bounds-arrayindex))
|
or a specific rule in a profile ([type.4](#Pro-type-cstylecast), or [bounds.2](#Pro-bounds-arrayindex))
|
||||||
|
|
||||||
- `"message"` is a string literal
|
* `"message"` is a string literal
|
||||||
|
|
||||||
## <a name="SS-struct"></a>In.struct: The structure of this document
|
## <a name="SS-struct"></a>In.struct: The structure of this document
|
||||||
|
|
||||||
@@ -11647,7 +11647,7 @@ Casts are widely (mis)used. Modern C++ has rules and constructs that eliminate t
|
|||||||
* Use templates
|
* Use templates
|
||||||
* Use `std::variant`
|
* Use `std::variant`
|
||||||
* Rely on the well-defined, safe, implicit conversions between pointer types
|
* Rely on the well-defined, safe, implicit conversions between pointer types
|
||||||
* Use `std::ignore =" to ignore `[[nodiscard]]` values.
|
* Use `std::ignore =` to ignore `[[nodiscard]]` values.
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
|
|||||||
@@ -214,6 +214,7 @@ GitHub
|
|||||||
GOTW
|
GOTW
|
||||||
gp
|
gp
|
||||||
GPLv3
|
GPLv3
|
||||||
|
grep
|
||||||
gsl
|
gsl
|
||||||
GSL
|
GSL
|
||||||
GSL's
|
GSL's
|
||||||
@@ -468,6 +469,7 @@ retryable
|
|||||||
*Re-usability
|
*Re-usability
|
||||||
reusability
|
reusability
|
||||||
Reusability
|
Reusability
|
||||||
|
rf
|
||||||
Ri
|
Ri
|
||||||
Rl
|
Rl
|
||||||
rnd
|
rnd
|
||||||
@@ -477,6 +479,7 @@ Rouquette
|
|||||||
Rp
|
Rp
|
||||||
Rper
|
Rper
|
||||||
Rr
|
Rr
|
||||||
|
rr
|
||||||
RRconc
|
RRconc
|
||||||
Rsl
|
Rsl
|
||||||
Rstr
|
Rstr
|
||||||
|
|||||||
Reference in New Issue
Block a user