Skip to content

Commit 44be437

Browse files
authored
Elide line tabulation (U+000B) in "Microsoft C/C++ change history 2003 - 2015"
1 parent 05bdb64 commit 44be437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/porting/visual-cpp-change-history-2003-2015.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,10 +1650,10 @@ Although these differences can affect your source code or other build artifacts,
16501650
16511651
//b.cpp
16521652
// compile with cl.exe /nologo /LD /EHsc /Osx b.cpp
1653-
#pragma comment(lib, "A")
1653+
#pragma comment(lib, "A")
16541654
class __declspec(dllimport) A
16551655
{
1656-
public: A();
1656+
public: A();
16571657
A(const A&);
16581658
virtual ~A();
16591659
private:
@@ -1667,7 +1667,7 @@ Although these differences can affect your source code or other build artifacts,
16671667
16681668
//c.cpp
16691669
#pragma comment(lib, "A")
1670-
#pragma comment(lib, "B")
1670+
#pragma comment(lib, "B")
16711671
class __declspec(dllimport) A
16721672
{
16731673
public:

0 commit comments

Comments
 (0)