Skip to content

Commit fc42956

Browse files
authored
typo
1 parent 821b584 commit fc42956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/porting/binary-compat-2015-2017.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ There are two exceptions to this rule. Binary compatibility is not guaranteed in
1919

2020
1. When static libraries or object files are compiled with the `/GL` compiler switch.
2121

22-
2. When consuming libraries built with a toolset whose version is greater than the toolset used to compile and link the application. For example, a program that is compiled and linked with compiler version 19.12 can consume libraries that are compiled with 19.0 up through 19.12. Also, binary compatibility only exists between Visual Studio 2015 and Visual Studo 2017; linking 19.x programs with libraries produced by Visual Studio 2013 or earlier is not supported.
22+
2. When consuming libraries built with a toolset whose version is greater than the toolset used to compile and link the application. For example, a program that is compiled and linked with compiler version 19.12 can consume libraries that are compiled with 19.0 up through 19.12. Also, binary compatibility only exists between Visual Studio 2015 and Visual Studio 2017; linking 19.x programs with libraries produced by Visual Studio 2013 or earlier is not supported.
2323

2424
## See Also
2525

26-
[Visual C++ change history](..\porting\visual-cpp-change-history-2003-2015.md)
26+
[Visual C++ change history](..\porting\visual-cpp-change-history-2003-2015.md)

0 commit comments

Comments
 (0)