[2026-06 LWG Motion 6] P3395R6 (Fix encoding issues and add a formatter for std::error_code)#9129
Conversation
510ad55 to
4405b34
Compare
eisenwave
left a comment
There was a problem hiding this comment.
Needs a fair amount of work, mainly converting to \grammarterm.
eisenwave
left a comment
There was a problem hiding this comment.
Some things are clearly wrong, but I could use some advice from @jensmaurer on the multi-paragraph \effects thing.
|
Do we want a feature-test macro for |
Barry pinged me about this last week, suggesting that user code could polyfill Is that useful though? If you have to write the fallback version, just use the fallback version. We do have |
|
I'm in favor of a new feature-test macro. Bumping a single macro gets really annoying when multiple features are "in flight"; it's more reasonable for a once-per-Standard thing. |
d304fe7 to
3686a5a
Compare
3686a5a to
3d56585
Compare
Fixes: #9093
Also Fixes cplusplus/papers#2187