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? http://wg21.link/p1073r3
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.
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? http://wg21.link/p1073r3
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.