Open
Description
Filing the issue here because node-forward/node is currently private and I want this to be a public discussion.
Per the upgrade to V8 3.29 in commit node-forward/node@6bcea4f, we are now building the project with -std=gnu++0x
. (Coincidentally, that means VS 2013 is now required on Windows.)
The question: what C++11 features do we want to use and why?
Chromium follows these guidelines. That's a good if perhaps somewhat conservative starting point.