File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Lets you save a complex network of objects in a permanent binary form (usually d
71
71
Represents a serialization exception condition.
72
72
73
73
[ ` CArray ` Class] ( carray-class.md ) \
74
- Supports arrays that resemble` C arrays, but can dynamically reduce and grow as necessary.
74
+ Supports arrays that resemble C arrays, but can dynamically reduce and grow as necessary.
75
75
76
76
[ ` CAsyncMonikerFile ` Class] ( casyncmonikerfile-class.md ) \
77
77
Provides functionality for the use of asynchronous monikers in ActiveX controls (formerly OLE controls).
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ The following warnings are turned off by default in Visual Studio 2019 and later
158
158
159
159
| Warning | Message |
160
160
| --| --|
161
- | C5052 (level 3) | Keyword '* keyword-name* ' was introduced in C++ * version* and requires use of the '* option* ' command-line option` <sup >16.1</sup > |
161
+ | C5052 (level 3) | Keyword '* keyword-name* ' was introduced in C++ * version* and requires use of the '* option* ' command-line option <sup >16.1</sup > |
162
162
| C5204 (level 3) | A class with virtual functions has non-virtual trivial destructor. <sup >16.5</sup > |
163
163
| C5214 (level 4) | applying '* keyword* ' to an operand with a volatile qualified type is deprecated in C++20 <sup >16.7</sup > |
164
164
| C5215 (level 4) | '* function-parameter* ' a function parameter with a volatile qualified type is deprecated in C++20 <sup >16.7</sup > |
You can’t perform that action at this time.
0 commit comments