File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_langs: ["C++"]
14
14
15
15
> Warning C33020: Likely incorrect HRESULT usage detected.
16
16
17
- This is high-confidence warning indicating that HRESULT-returning function returns FALSE or false .
17
+ This is high-confidence warning indicating that HRESULT-returning function returns FALSE.
18
18
19
19
## Example
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_langs: ["C++"]
14
14
15
15
> Warning C33022: Potentially incorrect HRESULT usage detected (low confidence)
16
16
17
- This is low-confidence warning for a function that returns HRESULT, if there is "FALSE" or "false"
17
+ This is low-confidence warning for a function that returns HRESULT, if there is "FALSE"
18
18
somewhere along the line that eventually returns it or assigns it to a variable that is returned.
19
19
20
20
## Example
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class path;
44
44
| [ empty] ( #empty ) | Returns ` mypath.empty() ` .|
45
45
| [ end] ( #end ) | Returns an end-of-sequence iterator of type ` iterator ` .|
46
46
| [ extension] ( #extension ) | Returns the suffix of ` filename() ` .|
47
- | [ filename] ( #filename ) | Returns the root directory component of myname, specifically ` empty() path() : *--end() ` . The component may be empty.|
47
+ | [ filename] ( #filename ) | Returns the root directory component of myname, specifically ` empty() ? path() : *--end() ` . The component may be empty.|
48
48
| [ generic_string] ( #generic_string ) | Returns ` this->string<Elem, Traits, Alloc>(al) ` with (under Windows) any backslash converted to a forward slash.|
49
49
| [ generic_u16string] ( #generic_u16string ) | Returns ` u16string() ` with (under Windows) any backslash converted to a forward slash.|
50
50
| [ generic_u32string] ( #generic_u32string ) | Returns ` u32string() ` with (under Windows) any backslash converted to a forward slash.|
You can’t perform that action at this time.
0 commit comments