You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if I flip the vector it to "const type&" I get "no matching function call takes this number of arguments and the specified types" just like issue #155 the string is unaffected.
I think a version of bug #155 has come back:
I have a bunch of overloaded functions that look like this and this works:
However if I flip the vector it to "const type&" I get "no matching function call takes this number of arguments and the specified types" just like issue #155 the string is unaffected.
Is this something that can be fixed or should I just start removing
const type&
from vectors everywhere?The text was updated successfully, but these errors were encountered: