Hacker News new | ask | show | jobs
by verall 3065 days ago
It's unfortunate when your codebase is C++03 only and intends to remain that way for compatabillity with other vendors. Yay for consumer electronics!
1 comments

Out of curiosity what breaks compatibility?
My understanding is that there are partner venders who have old toolchains set up only for C++03 and thus would have to upgrade their toolchains to build our API if we upgraded.