Description
It's unfortunate that we have e.g.
typedef std::set<std::string> MethodSet;
We can do better than this. This stems from 0094d4b1109, TS-1981. There are probably other std:: usage here that is uncalled for too...
It's unfortunate that we have e.g.
typedef std::set<std::string> MethodSet;
We can do better than this. This stems from 0094d4b1109, TS-1981. There are probably other std:: usage here that is uncalled for too...