In C++11 it is not possible to partially specialize member functions independent of the containing class, as noted here: c++ template partial specialization member function
My question: is this likely to change? Are there proposals in the pipeline to fix this shortcoming?