We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5cc6b commit 98780caCopy full SHA for 98780ca
README.md
@@ -0,0 +1,9 @@
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)
5
6
+Problems in Visual C++ 2017:
7
+1. Using Standard Library modules:
8
+ * internal compiler error when using std::string in module
9
+ * link errors using std::ofstream
0 commit comments