W8092 'type' argument 'specifier' passed to 'function' is not an iterator 'type' iterator required (C++)
Go Up to Compiler Errors And Warnings (C++) Index
An argument that is not an iterator is being used with an STL algorithm that requires an iterator.