[LLVMbugs] [Bug 9548] "no known conversion from 'vector<string>' to 'vector<string>'"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 10 17:27:01 PDT 2011


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

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|                            |WORKSFORME

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 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.



More information about the llvm-bugs mailing list