Y
Hacker News
new
|
ask
|
show
|
jobs
by
MaxBarraclough
36 days ago
I've not been diligently keeping up with C++ recently but there's a C++20 feature called
modules
. Per Wikipedia, they're somewhat like precompiled headers.
https://en.wikipedia.org/wiki/Modules_(C%2B%2B)