Skip to content

Commit fbc932c

Browse files
authored
Update README.md
1 parent 636e6ae commit fbc932c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Some resources:
22

33
1. [C++ Modules in VS 2015 Update 1](https://blogs.msdn.microsoft.com/vcblog/2015/12/03/c-modules-in-vs-2015-update-1/)
4-
2. [Latest draft](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4637.pdf)
4+
2. [Latest draft](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4647.pdf)
55

66
Problems in Visual C++ 2017:
77

88
1. Using Standard Library modules:
99

1010
* internal compiler error when using std::string in module
11-
* link errors using std::ofstream
11+
* link errors using std::ofstream

0 commit comments

Comments
 (0)