microsoft / cppwinrt

C++/WinRT
MIT License
1.61k stars 232 forks source link

Generate empty module.g.cpp #1385

Closed JaiganeshKumaran closed 5 months ago

JaiganeshKumaran commented 6 months ago

Sometimes you may not expose any static method or constructible runtime class. Currently, a VS project like this does not compile unless, as module.g.cpp is not present. While you could remove it, you may choose to, in the future, to expose a factory.

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.