We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636e6ae commit fbc932cCopy full SHA for fbc932c
README.md
@@ -1,11 +1,11 @@
1
Some resources:
2
3
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)
+2. [Latest draft](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4647.pdf)
5
6
Problems in Visual C++ 2017:
7
8
1. Using Standard Library modules:
9
10
* internal compiler error when using std::string in module
11
- * link errors using std::ofstream
+ * link errors using std::ofstream
0 commit comments