Hacker News new | past | comments | ask | show | jobs | submit login

Take your pick: undercooked functionality, lack of behavior/performance consistency between different toolchains, bloated implementations causing long compile times, inscrutable template vomit error messages and poor performance in debug builds (a dealbreaker for realtime apps like games), and design mistakes which can't easily be fixed, such as std::vector<bool> being a footgun or the way that the standard map types are defined making them impossible to implement efficiently.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: