@ljs
"our complex type-checking min() macro ends
up making it horrible"
What is the fix for that? I mean what would be the right fix, not necessarily whatever stopgap is planned for the moment.
Does this call for a new preprocessor feature, or what?
@dougmerritt @ljs The answer clearly is adding constexpr from C++ to C so you don't have to do that shit in the preprocessor as recursive expansion.