http://llvm.org/bugs/show_bug.cgi?id=9548

Eli Friedman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |WORKSFORME

--- Comment #1 from Eli Friedman <[email protected]> 2011-10-10 19:27:00 
CDT ---
Trunk gives:

<stdin>:15:3: error: no matching function for call to 'f'
  f(v);
  ^
<stdin>:7:6: note: candidate function not viable: no known conversion from
'vector<string>'
      (aka 'std::vector<std::basic_string>') to 'vector<string>' (aka
'std::vector<versa_string>') for 1st argument;
void f(vector<string> v);
     ^
1 error generated.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to