Is there any full/correct implementation available (right now) for C++11 regex?
Note on Compiler support vs. Library support:
Compiler Support = compiler recognizes any new syntax added to the language for the feature in question. Code utilizing the new feature added to your program will compile.
Library Support = library updated to actually implement the feature. Code added to your program and linked to the library will work.
*Edit: I've updated this summary with new information and moved it into an answer below.