Lines Matching defs:string
6 // PR9548 - "no known conversion from 'vector<string>' to 'vector<string>'"7 // vector<string> refers to two different types here. Make sure the message10 typedef versa_string string;15 void f(vector<string> v);19 typedef basic_string string;22 vector<string> v;