skarupke / flat_hash_map

A very fast hashtable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug

valos12 opened this issue · comments

Line 1218 in flat_hash_map.hpp. why std::end - 1 and not just std::end?