Y
Hacker News
new
|
ask
|
show
|
jobs
by
glouwbug
2239 days ago
New projects using C++20's module system will greatly ease the pain of makefiles.
1 comments
dgellow
2239 days ago
How do they ease the pain of makefile? When trying to understand what C++20 modules are trying to solve, that's really not that obvious to me that makefile will be simplified.
link
pjmlp
2239 days ago
By using build2, CMake or IDE specific project files.
link