Hacker News new | ask | show | jobs
by christianqchung 647 days ago
I've always heard that it's a backwards compatibility problem with ABI, not API, is that not true?
1 comments

Mostly yes, and it doesn't help that the template heavy API makes it really hard to improve things internally without breaking the ABI.

See https://stackoverflow.com/questions/70583395/why-is-stdregex...