j
k
j a
j l
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: 'thing<std::string>::insert' : ambiguous call to overloaded function". Glen
Back to the thread
Back to the list