mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
whitespace for formatting
This commit is contained in:
parent
5b1043104c
commit
0aa9994e54
|
@ -17608,7 +17608,9 @@ Instead, prefer to put the common code in a common helper function -- and make i
|
|||
|
||||
You may need to cast away `const` when calling `const`-incorrect functions. Prefer to wrap such functions in inline `const`-correct wrappers to encapsulate the cast in one place.
|
||||
|
||||
##### See also: [ES.50, Don't cast away `const`](#Res-casts-const) for more discussion.
|
||||
##### See also:
|
||||
|
||||
[ES.50, Don't cast away `const`](#Res-casts-const) for more discussion.
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user