To use C++11 features with Solaris studio, one have to use a new ABI (the g++ one by the way) which is not compatible with the legacy one.
Consequence: all C++ 3rd parties of a product must already be available compiled with the new ABI before one can start using C++11 in one's own product.
Is RFA available with this ABI? I can see no related info in the compatibility matrix.
Thanks