Skip to content

Commit 98780ca

Browse files
committed
Created README.md
1 parent 0c5cc6b commit 98780ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)