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

That must be annoying. Why can't you switch to C++11/14?



Reliance on certain, newly-deprecated things like gnu hash_map which has performance characteristics important to our specific application.


Does -std=gnu++11? not still support the gnu version?


You can use hash_map just find in C++11/14 mode, you'll just a nag #warning at compile time.




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

Search: