19 Oct
2013
19 Oct
'13
6:40 p.m.
Daniel James wrote:
x.insert("a"); x.insert({"a"}); x.insert({"a", "b"});
Indeed; VC12 chokes on the second and third calls to insert(): "error C2668: 'thingstd::string::insert' : ambiguous call to overloaded function". Glen