Commit e893b0c
authored
find_entry_for() const -> find_entry_for()
- current function returns a mismatch of iterators (const vs non-const)
No viable conversion from returned value of type....
'std::__list_const_iterator<std::pair<int, int>, void *>'
...to function return type...
'ts::map<int, int>::bucket_type::bucket_iterator'
...(aka '__list_iterator<std::pair<int, int>, void *>')
- a better solution would be to preserve const-ness, but this will do for now1 parent 6e7ae1d commit e893b0c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments