79145031

Date: 2024-10-31 14:05:32
Score: 0.5
Natty:
Report link

I think that the key might be about the non-const reference details and to bind an object of a different type.

Here’s a Template example:

template <typename Iterator>
void f(Iterator& p)
{
    ++p;
}

Live Demo

Hope this is helpful in resolving this issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shelton Liu