Features I wish C++20 had:<p>* An opinionated, modern packaging and dependency story (like go modules, Rust crates)<p>* built-in library support for logging, http, zip, gzip, json, yaml, template rendering, RFC3339 datetime reading/writing<p>* the dream: compliant compilers must be able to compile down to static binaries, cross compiling built-in.<p>Features C++20 actually has:<p>* new fancy spaceship operator that I'll now have to learn and never use...