libstdc++ deprecation warning

When I use Xcode 8 to build a project with libstdc++, I get a warning saying "Libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9". My question is, why does it say 10.9? It's my understanding that libc++ is supported back to 10.7.

libstdc++ deprecation warning
 
 
Q