I was all excited about some of the new toys c++11 brings, bust mostly constexpr.
It would make coding a hell of a lot easier for me to learn c++11 as I have the book for it, but even VS2012 doesn't support constexpr, in fact, it doesn't support most of the C++11 features. What the hell!
Is there any IDE out there that has the full C++11 features implemented? I tried looking it up and I came up with Clang being the closest thing to what I want but it feels like a pain in the ass to build on windows.
I'd really like to go with C++11, but I don't want to end up spending hours learning how to build Clang or find the IDE that supports it, patch it, do whatever else and then learn that it's actually not working half the time.
TL;DR Want to use Clang or equivalent C++11 supporting compiler with an IDE if possible. ( If that makes any sense at all )