Hi,
I’m really interested in how modules work, and I’ve read the document here:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3347.pdf
And the talk by Doug Gregor.
I understand that a lot of this is already functional in Clang, but I can’t get it to work. I’ve looked at the examples in test/Modules but I think they require objective-c or something.
Perhaps someone can give me pointers on getting it to work in either C or C++?
I have a small test setup here, any feedback would be welcome:
https://github.com/d-snp/clang-module-example
Kind regards,
Tinco