Y
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
shawn_w
647 days ago
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...
link
See https://stackoverflow.com/questions/70583395/why-is-stdregex...