"error: passing 'const ***' as 'this' argument of '***' discards qualifiers [-fpermissive]" when using map::erase()@cire, is the iterator [code]it[/code] non-mutable? as I understand, [code]Objectmap[/code] is const...
"error: passing 'const ***' as 'this' argument of '***' discards qualifiers [-fpermissive]" when using map::erase()I'm implementing the following method to delete an element from an associative table ([code]map[/cod...
This user does not accept Private Messages