GCC 11.1 5 years ago
There's no binary package for Windows apparently
HN user
There's no binary package for Windows apparently
Where can i find build2 binaries to try this out?
So they're more like C++20's consteval?
This is really cool. Is there anything like that for Windows?
A statically linked hello world in C using the MS toolchain gives me a 77Kb binary. The C++ version, using std::cout, is 176Kb.
For Windows they could have used their own debugger, CDB.
Thanks. Trying it right now.