C++ Modules

2023-06-09 Thread Kenton Wilson
Hello All, I came across a paper by Nathan Sidwell entitled, 'Make Me a Module': https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1602r0.pdf I was wondering if there are plans to add support for C++ modules to gnu make. If so, has there been any estimates on beta avail

RE: C++ Modules

2023-06-13 Thread Kenton Wilson
>Kaz wrote: > The fundamental problem is that a module system is supposed to make a tool > like Make unnecessary! > Kaz, thanks for responding and sharing your thoughts / perspective. I also came across this paper which I thought I would share: https://www.open-std.org/jtc1/sc22/wg21/docs/paper

RE: C++ Modules

2023-06-13 Thread Kenton Wilson
>Paul wrote: > I know that CMake is working on enabling some sort of module support, it > might be interesting to >take a look at that as well (just to understand the issues they ran into and >how they decided to manage >them). Thanks for responding, Paul. I came across this article written by