For those of you VS fans, you'll be happy to know that Visual Studio 2015 actually has some pretty decent support for C++11 now. Here's some interesting articles:
I recently downloaded the VS2015 release candidate and tried it out. I took one of my projects which made use of many new C++ features and it actually mostly compiles under VS2015, and I'm just having to make a few adjustments. Being able to use such a powerful IDE with C++11/14 is really nice.