Hacker News new | ask | show | jobs
by sftrabbit 4090 days ago
My biggest concern with Googling for these things is that the Stack Overflow answers range from bad practices, to good C++03 practices, to good C++11/14 practices. It's difficult to know exactly what the state-of-the-art is.
1 comments

Keep in mind that many shops are explicitly at C++03, or some other less-than-current state of the art, on purpose.
Very true, and the site will be a little less useful for those people. I am also planning to add a note to every sample stating which standard it depends on, which should make this problem a bit better.