Skip to content

Commit 686c0ec

Browse files
TylerMSFTTylerMSFT
authored andcommitted
small edits
1 parent fc9c42b commit 686c0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4251.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ To minimize the possibility of data corruption when exporting a class declared a
2222

2323
You can avoid issues when exporting a class from a DLL by:
2424

25-
- define your class to have virtual functions
26-
- define a virtual destructor
27-
- define functions to instantiate and delete instances of the type
25+
- Defining your class to have virtual functions.
26+
- Defining a virtual destructor.
27+
- Defining functions to instantiate and delete instances of the type.
2828

2929
You can ignore C4251 if your class is derived from a type in the C++ Standard Library, you're compiling a debug release (**`/MTd`**), and the compiler error message refers to `_Container_base`.
3030

0 commit comments

Comments
 (0)