mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
travis fixes
This commit is contained in:
parent
03c2b4699d
commit
f0239407ad
|
@ -6983,7 +6983,7 @@ Factoring out `Utility` makes sense if many derived classes share significant "i
|
|||
Obviously, the example is too "theoretical", but it is hard to find a *small* realistic example.
|
||||
`Interface` is the root of an [interface hierarchy](#Rh-abstract)
|
||||
and `Utility` is the root of an [implementation hierarchy](Rh-kind).
|
||||
Here is [a slightly more realistic example](https://www.quora.com/What-are-the-uses-and-advantages-of-virtual-base-class-in-C%2B%2B/answer/Lance-Diduck?srid=tzNb) with an explanation.
|
||||
Here is [a slightly more realistic example](https://www.quora.com/What-are-the-uses-and-advantages-of-virtual-base-class-in-C%2B%2B/answer/Lance-Diduck) with an explanation.
|
||||
|
||||
##### Note
|
||||
|
||||
|
@ -20595,7 +20595,7 @@ In particular, an object of a regular type can be copied and the result of a cop
|
|||
* *rounding*: conversion of a value to the mathematically nearest value of a less precise type.
|
||||
* *RTTI*: Run-Time Type Information. ???
|
||||
* *scope*: the region of program text (source code) in which a name can be referred to.
|
||||
* *semiregular*: a type that behaves roughtly like an built-in type like `int`, but possibly without a `==` operator. See also *regular type*.
|
||||
* *semiregular*: a type that behaves roughly like an built-in type like `int`, but possibly without a `==` operator. See also *regular type*.
|
||||
* *sequence*: elements that can be visited in a linear order.
|
||||
* *software*: a collection of pieces of code and associated data; often used interchangeably with program.
|
||||
* *source code*: code as produced by a programmer and (in principle) readable by other programmers.
|
||||
|
|
|
@ -439,6 +439,7 @@ Sarkar
|
|||
scanf
|
||||
Sd
|
||||
SEI
|
||||
semiregular
|
||||
Semiregular
|
||||
SemiRegular
|
||||
Sergey
|
||||
|
|
Loading…
Reference in New Issue
Block a user