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

A lot of things from Modern C++ Design now are part of the C++ standard library.



The implementations are very different. The implementations in Modern C++ Design used a lot of tricks to work around features the language didn't have. This isn't an issue when those features are part of the language. I'd also point out that even now there are parts of the newer standards that aren't fully supported by all compilers. Something being part of the standard doesn't mean you can use it on every platform.




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

Search: