Quick error fix on a simple C++ program

Status
This thread has been locked.

DanyBv

Feedback score
0
Posts
7
Reactions
2
Resources
0
Hello,

I have a simple C++ program (2 template classes and 2 lines of code in main).
I am using unordered_map with the key being a template class.
And I made a hash functor for it, but for some reason I am getting this error in xhash (I am quite sure it is because I messed something up when declaring the map, probably):

unary '++': '_Iter' does not define this operator or a conversion to a type acceptable to the predefined operator

As it is a minor error fix (if someone knows the problem, it will only take a few minutes if not seconds to fix it), but I don't have the time right now to find out what's going in (probably I will be able to do it in 1 hour or 2, but I do not have that time), I will pay $2.

Please contact me on Discord: Dan++#6924
 
Status
This thread has been locked.
Top